Gets or sets whether to underline the curved text.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Underlined As System.Boolean |
C# | |
---|
System.bool Underlined {get; set;} |
JavaScript | |
---|
get_Underlined () : Boolean
put_Underlined (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Underlined(
VARIANT_BOOL* Val
)
HRESULT put_Underlined(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_Underlined (
bool* Val
)
DSRESULT put_Underlined(
bool NewVal
) |
Property Value
True to underline, false to not
See Also
Availability
DraftSight 2018 SP2