DicomObjects.NET.8.48 Documentation
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 System.Single
     
    'Usage
     
    
    Dim value As System.Single
     
    DicomGlobal.FontScaling = value
     
    value = DicomGlobal.FontScaling
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also