PresentationStateFont Property
In This Topic
The font to be used for internally generated DicomLabel objects derived from Presentation States
Syntax
'Declaration
Public Shared Property PresentationStateFont As Font
'Usage
Dim value As Font
DicomGlobal.PresentationStateFont = value
value = DicomGlobal.PresentationStateFont
public static Font PresentationStateFont {get; set;}
public:
static property Font^ PresentationStateFont {
Font^ get();
void set ( Font^ value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also