ImageGear .NET - Updated
IsLegacyFontScalingEnabled Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearART Class : IsLegacyFontScalingEnabled Property
Gets or sets a value indicating whether the legacy mode is Enabled.
Syntax
'Declaration
 
Public Shared Property IsLegacyFontScalingEnabled As Boolean
'Usage
 
Dim value As Boolean
 
ImGearART.IsLegacyFontScalingEnabled = value
 
value = ImGearART.IsLegacyFontScalingEnabled
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);
}

Property Value

Boolean value.
Remarks
This ART control option sets the way ImageGear scales the text fonts for ART annotations.

True if the legacy scale mode for compatibility with previous ImageGear .NET versions is enabled; otherwise, false.

The default value is false.
See Also

Reference

ImGearART Class
ImGearART Members