DicomObjects.NET.V8
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 Single
     
    'Usage
     
    Dim value As Single
     
    DicomGlobal.MinFontSize = value
     
    value = DicomGlobal.MinFontSize
    Remarks
    Default value is 8.0F.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also