Gets and sets whether an element can be sized interactively during EditMode.
public virtual bool Sizeable {get; set;}
public: __property virtual bool get_Sizeable();
public: __property virtual void set_Sizeable(
bool value
);
public:
virtual property bool Sizeable {
bool get();
void set ( bool value);
}
'Declaration
Public Overridable Property Sizeable As Boolean
'Usage
Dim instance As BaseToolbarDefaults
Dim value As Boolean
instance.Sizeable = value
value = instance.Sizeable
Property Value
A boolean value which is
true if an annotation object can be sized interactively. Otherwise,
false is returned.