Class Stepper
A View control that inputs a discrete value, constrained to a range.
Inheritance
System.Object
Stepper
Inherited Members
Namespace: Tizen.UIExtensions.NUI.GraphicsView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class Stepper : GraphicsView<StepperDrawable>, IMeasurable, IStepper
Constructors
Stepper()
Initializes a new instance of the Stepper class.
Declaration
public Stepper()
Properties
Increment
Gets or sets the increment by which Value is increased or decreased.
Declaration
public double Increment { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Maximum
Gets or sets the maximum selectable value.
Declaration
public double Maximum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Minimum
Gets or sets the minimum selectabel value.
Declaration
public double Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Value
Gets or sets the current value.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Events
ValueChanged
Raised when the Value property changes.
Declaration
public event EventHandler ValueChanged
Event Type
Type | Description |
---|---|
System.EventHandler |