public string FontName {get; set;}
'Declaration
Public Property FontName As String
'Usage
Dim instance As DicomTextStyle
Dim value As String
instance.FontName = value
value = instance.FontName
public string FontName {get; set;}
get_FontName();
set_FontName(value);
Object.defineProperty('FontName');
public:
property String^ FontName {
String^ get();
void set ( String^ value);
}
Property Value
The value of the value of the "Font Name" element (0070,0227) under one of the items under the "Text Style Sequence" (0070,0231) in the "Graphic Annotation Module".