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