DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also