Gets or sets a value indicating whether the legacy appearance of
ImGearARTRuler and
ImGearARTPolyRuler marks is enabled.
Syntax
'Declaration
Public Shared Property IsLegacyRulerAppearanceModeEnabled As Boolean
'Usage
Dim value As Boolean
ImGearART.IsLegacyRulerAppearanceModeEnabled = value
value = ImGearART.IsLegacyRulerAppearanceModeEnabled
public static bool IsLegacyRulerAppearanceModeEnabled {get; set;}
public: __property static bool get_IsLegacyRulerAppearanceModeEnabled();
public: __property static void set_IsLegacyRulerAppearanceModeEnabled(
bool value
);
public:
static property bool IsLegacyRulerAppearanceModeEnabled {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also