Accusoft.NotateXpress13.Net
Sizeable Property (Element)




Gets and sets whether the element can be resized.
Syntax
'Declaration
 
Public Overridable Property Sizeable As Boolean
'Usage
 
Dim instance As Element
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 when the element is enabled to be resized. Otherwise, false is returned.
Remarks

The default value is true.

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

See Also

Reference

Element Class
Element Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback