ImageGear .NET - Updated
IsLegacyAppearanceModeEnabled Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearART Class : IsLegacyAppearanceModeEnabled Property
Gets or sets a value indicating whether the legacy appearance of the legacy marks is enabled.
Syntax
'Declaration
 
Public Shared Property IsLegacyAppearanceModeEnabled As Boolean
'Usage
 
Dim value As Boolean
 
ImGearART.IsLegacyAppearanceModeEnabled = value
 
value = ImGearART.IsLegacyAppearanceModeEnabled
public static bool IsLegacyAppearanceModeEnabled {get; set;}
public: __property static bool get_IsLegacyAppearanceModeEnabled();
public: __property static void set_IsLegacyAppearanceModeEnabled( 
   bool value
);
public:
static property bool IsLegacyAppearanceModeEnabled {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks

True - enables legacy appearance of the marks, False - disables legacy appearance of the marks.

The default value is false.

Legacy mode emulates appearance of the legacy annotations by adjusting color schemes, arrow and line styles upon creating or importing from legacy format file.

This property does not change the appearance of existing (i.e. already created or imported) annotations dynamically. If you need to enable the legacy appearance mode, you have to set this property to true before creating or importing legacy annotations.

Note: this flag is supported for WinForms display mode only.

>
See Also

Reference

ImGearART Class
ImGearART Members