ClassMediaElement
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class MediaElement : WpfTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementMediaElement
Implements:
Inherited Members
Constructors
MediaElement()
Declaration
cs-api-definition
public MediaElement()
Fields
BalanceProperty
Declaration
cs-api-definition
public static AutomationProperty BalanceProperty
Field Value
IsMutedProperty
Declaration
cs-api-definition
public static AutomationProperty IsMutedProperty
Field Value
LoadedBehaviorProperty
Declaration
cs-api-definition
public static AutomationProperty LoadedBehaviorProperty
Field Value
ScrubbingEnabledProperty
Declaration
cs-api-definition
public static AutomationProperty ScrubbingEnabledProperty
Field Value
SourceProperty
Declaration
cs-api-definition
public static AutomationProperty SourceProperty
Field Value
StretchDirectionProperty
Declaration
cs-api-definition
public static AutomationProperty StretchDirectionProperty
Field Value
StretchProperty
Declaration
cs-api-definition
public static AutomationProperty StretchProperty
Field Value
UnloadedBehaviorProperty
Declaration
cs-api-definition
public static AutomationProperty UnloadedBehaviorProperty
Field Value
VolumeProperty
Declaration
cs-api-definition
public static AutomationProperty VolumeProperty
Field Value
Properties
LoadedBehavior
Declaration
cs-api-definition
public MediaState LoadedBehavior { get; set; }
Property Value
StretchDirection
Declaration
cs-api-definition
public StretchDirection StretchDirection { get; set; }
Property Value
UnloadedBehavior
Declaration
cs-api-definition
public MediaState UnloadedBehavior { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.