Class MediaElement
Inheritance
System.Object
MediaElement
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class MediaElement : WpfTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
MediaElement()
Declaration
public MediaElement()
Fields
BalanceProperty
IsMutedProperty
LoadedBehaviorProperty
ScrubbingEnabledProperty
Declaration
public static AutomationProperty ScrubbingEnabledProperty
Field Value
SourceProperty
StretchDirectionProperty
Declaration
public static AutomationProperty StretchDirectionProperty
Field Value
StretchProperty
UnloadedBehaviorProperty
Declaration
public static AutomationProperty UnloadedBehaviorProperty
Field Value
VolumeProperty
Properties
Balance
Declaration
public double Balance { get; set; }
Property Value
System.
|
IsMuted
Declaration
public bool IsMuted { get; set; }
Property Value
System.
|
LoadedBehavior
ScrubbingEnabled
Declaration
public bool ScrubbingEnabled { get; set; }
Property Value
System.
|
Source
Declaration
public string Source { get; }
Property Value
System.
|
Stretch
StretchDirection
UnloadedBehavior
Volume
Declaration
public double Volume { get; set; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|