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
AutomationProperty
|
SourceProperty
StretchDirectionProperty
Declaration
public static AutomationProperty StretchDirectionProperty
Field Value
AutomationProperty
|
StretchProperty
UnloadedBehaviorProperty
Declaration
public static AutomationProperty UnloadedBehaviorProperty
Field Value
AutomationProperty
|
VolumeProperty
Properties
Balance
Declaration
public double Balance { get; set; }
Property Value
System.Double
|
IsMuted
Declaration
public bool IsMuted { get; set; }
Property Value
System.Boolean
|
LoadedBehavior
ScrubbingEnabled
Declaration
public bool ScrubbingEnabled { get; set; }
Property Value
System.Boolean
|
Source
Declaration
public string Source { get; }
Property Value
System.String
|
Stretch
StretchDirection
UnloadedBehavior
Volume
Declaration
public double Volume { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|