ClassSlider
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class Slider : RangeBase, IAutomationPeer, IPeerConverter, IRangeBase, IControl, ISlider, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRangeBaseSlider
Implements:
Inherited Members
Constructors
Slider()
Declaration
public Slider()
Fields
AutoToolTipPlacementProperty
Declaration
public static AutomationProperty AutoToolTipPlacementProperty
Field Value
AutoToolTipPrecisionProperty
Declaration
public static AutomationProperty AutoToolTipPrecisionProperty
Field Value
DelayProperty
Declaration
public static AutomationProperty DelayProperty
Field Value
IntervalProperty
Declaration
public static AutomationProperty IntervalProperty
Field Value
IsDirectionReversedProperty
Declaration
public static AutomationProperty IsDirectionReversedProperty
Field Value
IsMoveToPointEnabledProperty
Declaration
public static AutomationProperty IsMoveToPointEnabledProperty
Field Value
IsSelectionRangeEnabledProperty
Declaration
public static AutomationProperty IsSelectionRangeEnabledProperty
Field Value
IsSnapToTickEnabledProperty
Declaration
public static AutomationProperty IsSnapToTickEnabledProperty
Field Value
OrientationProperty
Declaration
public static AutomationProperty OrientationProperty
Field Value
SelectionEndProperty
Declaration
public static AutomationProperty SelectionEndProperty
Field Value
SelectionStartProperty
Declaration
public static AutomationProperty SelectionStartProperty
Field Value
TickFrequencyProperty
Declaration
public static AutomationProperty TickFrequencyProperty
Field Value
TickPlacementProperty
Declaration
public static AutomationProperty TickPlacementProperty
Field Value
Properties
AutoToolTipPlacement
Declaration
public AutoToolTipPlacement AutoToolTipPlacement { get; set; }
Property Value
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
TickPlacement
Declaration
public TickPlacement TickPlacement { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.
SetValue(double)
Sets a new value into Slider.
Declaration
public void SetValue(double value)
Parameters
value
The new value.
Implements