Gets or sets how much the slider moves when the arrow keys are used to move the slider.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property LineSize As Integer |
| Visual Basic (Usage) | |
|---|
Dim instance As IPropertyManagerPageSlider
Dim value As Integer
instance.LineSize = value
value = instance.LineSize
|
| C# | |
|---|
int LineSize {get; set;} |
| C++/CLI | |
|---|
property int LineSize {
int get();
void set (int value);
} |
Return Value
How much the slider moves when arrow keys are used to move the slider
Example
Remarks
See Also
Availability