public bool Underlined {get; set;}
'Declaration
Public Property Underlined As Boolean
'Usage
Dim instance As DicomTextStyle
Dim value As Boolean
instance.Underlined = value
value = instance.Underlined
public bool Underlined {get; set;}
get_Underlined();
set_Underlined(value);
Object.defineProperty('Underlined');
public:
property bool Underlined {
bool get();
void set ( bool value);
}
Property Value
The value of the "Underlined" element (0070,0248) under one of the items under the "Text Style Sequence" (0070,0231) in the "Graphic Annotation Module".