RangeBase
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class RangeBase : Control, IAutomationPeer, IPeerConverter, IRangeBase, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRangeBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RangeBase()
Fields
C#
public static AutomationProperty LargeChangeProperty
C#
public static AutomationProperty MaximumProperty
C#
public static AutomationProperty MinimumProperty
C#
public static AutomationProperty SmallChangeProperty
C#
public static AutomationProperty ValueProperty
Properties
C#
public double LargeChange { get; set; }
Implements:
C#
public double SmallChange { get; set; }
Implements: