DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also