Accusoft.NotateXpress13.Net
Sizeable Property (BaseToolbarDefaults)




Gets and sets whether an element can be sized interactively during EditMode.
Syntax
'Declaration
 
Public Overridable Property Sizeable As Boolean
'Usage
 
Dim instance As BaseToolbarDefaults
Dim value As Boolean
 
instance.Sizeable = value
 
value = instance.Sizeable
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);
}

Property Value

A boolean value which is true if an annotation object can be sized interactively. Otherwise, false is returned.
Remarks

The default value is true.

The Sizeable attribute of an annotation object determines whether or not an element can be sized interactively when the control is in EditMode.

See Also

Reference

BaseToolbarDefaults Class
BaseToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback