Gets and sets whether to reverse the item ordering of the balloons.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property ReverseDirection As Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As IAutoBalloonOptions
Dim value As Boolean
instance.ReverseDirection = value
value = instance.ReverseDirection
|
| C# | |
|---|
bool ReverseDirection {get; set;} |
| C++/CLI | |
|---|
property bool ReverseDirection {
bool get();
void set (bool value);
} |
Return Value
True to reverse the item ordering, false to not; only valid when
IAutoBalloonOptions::ItemOrder is set to
swBalloonItemNumbersOrder_e.swBalloonItemNumbers_OrderSequentially
Example
Remarks
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0