DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / PresentationStateFont Property






In This Topic
    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 System.Drawing.Font
    'Usage
     
    
    Dim value As System.Drawing.Font
     
    DicomGlobal.PresentationStateFont = value
     
    value = DicomGlobal.PresentationStateFont
    public static System.Drawing.Font PresentationStateFont {get; set;}
    public read-write property PresentationStateFont: System.Drawing.Font; static; 
    public static function get,set PresentationStateFont : System.Drawing.Font
    public: __property static System.Drawing.Font* get_PresentationStateFont();
    public: __property static void set_PresentationStateFont( 
       System.Drawing.Font* value
    );
    public:
    static property System.Drawing.Font^ PresentationStateFont {
       System.Drawing.Font^ get();
       void set (    System.Drawing.Font^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also