Class SliderDescription
The description of a WPF Slider test object.
public class SliderDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
SliderDescription
- Implements
- Inherited Members
Constructors
SliderDescription()
public SliderDescription()
Properties
Name
The name of this object.
public StringProperty Name { get; set; }
Property Value
Position
The current position of the range element.
public double? Position { get; set; }