FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / CanMove Property


In This Topic
CanMove Property (RoundedRectangleShape)
In This Topic
Gets or sets whether the user is allowed to move the object.
Syntax
'Declaration
 
Public Overridable Property CanMove As Moving
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As Moving
 
instance.CanMove = value
 
value = instance.CanMove
See Also