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