Gets or sets a value indicating whether the legacy mode is Enabled.
Syntax
public static bool IsLegacyFontScalingEnabled {get; set;}
public: __property static bool get_IsLegacyFontScalingEnabled();
public: __property static void set_IsLegacyFontScalingEnabled(
bool value
);
public:
static property bool IsLegacyFontScalingEnabled {
bool get();
void set ( bool value);
}
'Declaration
Public Shared Property IsLegacyFontScalingEnabled As Boolean
'Usage
Dim value As Boolean
ImGearART.IsLegacyFontScalingEnabled = value
value = ImGearART.IsLegacyFontScalingEnabled
Property Value
Boolean value.
See Also