Class RangeBase
Inheritance
System.Object
RangeBase
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 RangeBase : Control, IAutomationPeer, IPeerConverter, IRangeBase, IControl, IFrameworkElement, ITargetElement
Constructors
RangeBase()
Declaration
public RangeBase()
Fields
LargeChangeProperty
MaximumProperty
MinimumProperty
SmallChangeProperty
ValueProperty
Properties
LargeChange
Declaration
public double LargeChange { get; set; }
Property Value
System.Double
|
Implements
Maximum
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Implements
Minimum
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|
Implements
SmallChange
Declaration
public double SmallChange { get; set; }
Property Value
System.Double
|
Implements
Value
Declaration
public double Value { get; set; }
Property Value
System.Double
|
Implements
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|