Gets or sets the current position of the slider.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Position As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPageSlider
Dim value As Integer
instance.Position = value
value = instance.Position
|
C# | |
---|
int Position {get; set;} |
C++/CLI | |
---|
property int Position {
int get();
void set (int value);
} |
Return Value
Current position of slider
Example
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0