Gets or sets the whether the text format is underlined.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Underline As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITextFormat
Dim value As Boolean
instance.Underline = value
value = instance.Underline
|
C# | |
---|
bool Underline {get; set;} |
C++/CLI | |
---|
property bool Underline {
bool get();
void set (bool value);
} |
Return Value
TRUE if the text is underlined, FALSE otherwise
Example
See Also