In This Topic
Gets or sets whether the object can be moved.
Syntax
'Declaration
Public Property CanMove As Moving
'Usage
Dim instance As Shape
Dim value As Moving
instance.CanMove = value
value = instance.CanMove
public Moving CanMove {get; set;}
See Also