Class TickBar
Inheritance
System.Object
TickBar
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 TickBar : WpfTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
TickBar()
Declaration
public TickBar()
Fields
FillProperty
IsDirectionReversedProperty
Declaration
public static AutomationProperty IsDirectionReversedProperty
Field Value
AutomationProperty
|
IsSelectionRangeEnabledProperty
Declaration
public static AutomationProperty IsSelectionRangeEnabledProperty
Field Value
AutomationProperty
|
MaximumProperty
MinimumProperty
PlacementProperty
ReservedSpaceProperty
SelectionEndProperty
SelectionStartProperty
TickFrequencyProperty
Properties
Fill
IsDirectionReversed
Declaration
public bool IsDirectionReversed { get; set; }
Property Value
System.Boolean
|
IsSelectionRangeEnabled
Declaration
public bool IsSelectionRangeEnabled { 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
|
Placement
ReservedSpace
Declaration
public double ReservedSpace { get; set; }
Property Value
System.Double
|
SelectionEnd
Declaration
public double SelectionEnd { get; set; }
Property Value
System.Double
|
SelectionStart
Declaration
public double SelectionStart { get; set; }
Property Value
System.Double
|
TickFrequency
Declaration
public double TickFrequency { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|