Gets or sets whether notes are displayed right to left.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TextRightToLeft As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As Boolean
instance.TextRightToLeft = value
value = instance.TextRightToLeft
|
C# | |
---|
bool TextRightToLeft {get; set;} |
C++/CLI | |
---|
property bool TextRightToLeft {
bool get();
void set (bool value);
} |
Return Value
True to display notes right to left, false to display notes left to right
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0