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






    MinFontSize Property
    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
    Remarks
    Default value is 8.0F.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also