DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / FontScaling Property



In This Topic
    FontScaling Property
    In This Topic
    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
    public static float FontScaling {get; set;}
    public:
    static property float FontScaling {
       float get();
       void set (    float value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also