Class Track
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 Track : WpfTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
Track()
Declaration
public Track()
Fields
IsDirectionReversedProperty
Declaration
public static AutomationProperty IsDirectionReversedProperty
Field Value
AutomationProperty
|
MaximumProperty
MinimumProperty
OrientationProperty
ValueProperty
ViewportSizeProperty
Properties
IsDirectionReversed
Declaration
public bool IsDirectionReversed { get; set; }
Property Value
System.Boolean
|
Maximum
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|
Orientation
Value
Declaration
public double Value { get; set; }
Property Value
System.Double
|
ViewportSize
Declaration
public double ViewportSize { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|