TickBar
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class TickBar : WpfTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementTickBar
Implements:
Inherited Members
Constructors
C#
public TickBar()
Fields
C#
public static AutomationProperty FillProperty
C#
public static AutomationProperty IsDirectionReversedProperty
C#
public static AutomationProperty IsSelectionRangeEnabledProperty
C#
public static AutomationProperty MaximumProperty
C#
public static AutomationProperty MinimumProperty
C#
public static AutomationProperty PlacementProperty
C#
public static AutomationProperty ReservedSpaceProperty
C#
public static AutomationProperty SelectionEndProperty
C#
public static AutomationProperty SelectionStartProperty
C#
public static AutomationProperty TickFrequencyProperty
Properties
C#
public bool IsDirectionReversed { get; set; }
C#
public bool IsSelectionRangeEnabled { get; set; }
C#
public TickBarPlacement Placement { get; set; }
C#
public double ReservedSpace { get; set; }
C#
public double SelectionEnd { get; set; }
C#
public double SelectionStart { get; set; }
C#
public double TickFrequency { get; set; }