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 System.Single
'Usage
Dim value As System.Single
DicomGlobal.FontScaling = value
value = DicomGlobal.FontScaling
public static System.float FontScaling {get; set;}
public read-write property FontScaling: System.Single; static;
public static function get,set FontScaling : System.float
public: __property static System.float get_FontScaling();
public: __property static void set_FontScaling(
System.float value
);
public:
static property System.float FontScaling {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also