Class Slider
Inheritance
System.Object
Slider
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 Slider : RangeBase, IAutomationPeer, IPeerConverter, IRangeBase, IControl, ISlider, IFrameworkElement, ITargetElement
Constructors
Slider()
Declaration
public Slider()
Fields
AutoToolTipPlacementProperty
Declaration
public static AutomationProperty AutoToolTipPlacementProperty
Field Value
AutomationProperty
|
AutoToolTipPrecisionProperty
Declaration
public static AutomationProperty AutoToolTipPrecisionProperty
Field Value
AutomationProperty
|
DelayProperty
IntervalProperty
IsDirectionReversedProperty
Declaration
public static AutomationProperty IsDirectionReversedProperty
Field Value
AutomationProperty
|
IsMoveToPointEnabledProperty
Declaration
public static AutomationProperty IsMoveToPointEnabledProperty
Field Value
AutomationProperty
|
IsSelectionRangeEnabledProperty
Declaration
public static AutomationProperty IsSelectionRangeEnabledProperty
Field Value
AutomationProperty
|
IsSnapToTickEnabledProperty
Declaration
public static AutomationProperty IsSnapToTickEnabledProperty
Field Value
AutomationProperty
|
OrientationProperty
SelectionEndProperty
SelectionStartProperty
TickFrequencyProperty
TickPlacementProperty
Properties
AutoToolTipPlacement
Declaration
public AutoToolTipPlacement AutoToolTipPlacement { get; set; }
Property Value
AutoToolTipPlacement
|
AutoToolTipPrecision
Declaration
public int AutoToolTipPrecision { get; set; }
Property Value
System.Int32
|
Delay
Declaration
public int Delay { get; set; }
Property Value
System.Int32
|
Interval
Declaration
public int Interval { get; set; }
Property Value
System.Int32
|
IsDirectionReversed
Declaration
public bool IsDirectionReversed { get; set; }
Property Value
System.Boolean
|
IsMoveToPointEnabled
Declaration
public bool IsMoveToPointEnabled { get; set; }
Property Value
System.Boolean
|
IsSelectionRangeEnabled
Declaration
public bool IsSelectionRangeEnabled { get; set; }
Property Value
System.Boolean
|
IsSnapToTickEnabled
Declaration
public bool IsSnapToTickEnabled { get; set; }
Property Value
System.Boolean
|
Orientation
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
|
TickPlacement
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
SetValue(Double)
Declaration
public void SetValue(double value)
Parameters
System.Double
value
|