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.
See Also