Accusoft.NotateXpress13.Net
Moveable Property (Element)




Gets and sets whether the element can be moved by a user in Edit mode.
Syntax
'Declaration
 
Public Property Moveable As Boolean
'Usage
 
Dim instance As Element
Dim value As Boolean
 
instance.Moveable = value
 
value = instance.Moveable
public bool Moveable {get; set;}
public: __property bool get_Moveable();
public: __property void set_Moveable( 
   bool value
);
public:
property bool Moveable {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the element can be moved by a user in edit mode. Otherwise, false is returned.
Remarks
The default value is true.
See Also

Reference

Element Class
Element Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback