Interface IStepper
Namespace: Tizen.UIExtensions.Common.GraphicsView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public interface IStepper
Properties
Increment
Declaration
double Increment { get; }
Property Value
Type | Description |
---|---|
System.Double |
Maximum
Declaration
double Maximum { get; }
Property Value
Type | Description |
---|---|
System.Double |
Minimum
Declaration
double Minimum { get; }
Property Value
Type | Description |
---|---|
System.Double |
Value
Declaration
double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |