ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearART Class / IsLegacyFontScalingEnabled Property




In This Topic
    IsLegacyFontScalingEnabled Property
    In This Topic
    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