DicomObjects.NET.8.48 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 System.Single
    'Usage
     
    
    Dim value As System.Single
     
    DicomGlobal.MinFontSize = value
     
    value = DicomGlobal.MinFontSize
    public static System.float MinFontSize {get; set;}
    public read-write property MinFontSize: System.Single; static; 
    public static function get,set MinFontSize : System.float
    public: __property static System.float get_MinFontSize();
    public: __property static void set_MinFontSize( 
       System.float value
    );
    public:
    static property System.float MinFontSize {
       System.float get();
       void set (    System.float value);
    }
    Remarks
    Default value is 8.0F.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also