MediaElementIsLooping Property |
Gets or sets a value that describes whether the media source currently loaded
in the media engine should automatically set the position to the media start
after reaching its end.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool IsLooping { get; set; }
Property Value
Type:
BooleanSee Also