DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / FontScaling Property



    FontScaling Property
    The factor by which to increase the font size when using DirectX display mode. The default is 1.5, which gives appearance similar to those in GDI mode.
    Syntax
    'Declaration
     
    Public Shared Property FontScaling As Single
     
    'Usage
     
    Dim value As Single
     
    DicomGlobal.FontScaling = value
     
    value = DicomGlobal.FontScaling
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also