DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / MinFontSize Property



In This Topic
    MinFontSize Property
    In This Topic
    Contains the Minimum Font Size used when drawing Text Label.
    Syntax
    'Declaration
     
    
    Public Shared Property MinFontSize As Single
    'Usage
     
    
    Dim value As Single
     
    DicomGlobal.MinFontSize = value
     
    value = DicomGlobal.MinFontSize
    public static float MinFontSize {get; set;}
    public:
    static property float MinFontSize {
       float get();
       void set (    float value);
    }
    Remarks
    Default value is 8.0F.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also