MediaElement
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class MediaElement : WpfTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementMediaElement
Implements:
Inherited Members
Constructors
C#
public MediaElement()
Fields
C#
public static AutomationProperty BalanceProperty
C#
public static AutomationProperty IsMutedProperty
C#
public static AutomationProperty LoadedBehaviorProperty
C#
public static AutomationProperty ScrubbingEnabledProperty
C#
public static AutomationProperty SourceProperty
C#
public static AutomationProperty StretchDirectionProperty
C#
public static AutomationProperty StretchProperty
C#
public static AutomationProperty UnloadedBehaviorProperty
C#
public static AutomationProperty VolumeProperty
Properties
C#
public MediaState LoadedBehavior { get; set; }
C#
public bool ScrubbingEnabled { get; set; }
C#
public StretchDirection StretchDirection { get; set; }
C#
public MediaState UnloadedBehavior { get; set; }