Gets or sets whether the dimension is displayed with parenthesis around the text.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowParenthesis As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayDimension
Dim value As System.Boolean
instance.ShowParenthesis = value
value = instance.ShowParenthesis |
C# | |
---|
System.bool ShowParenthesis {get; set;} |
C++/CLI | |
---|
property System.bool ShowParenthesis {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True displays dimension text in parenthesis, false does not
Example
Remarks
See Also