Gets and sets whether the element can be moved by a user in Edit mode.
'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.