FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ThreeWayArrowShape Class / DynamicMove Property


In This Topic
DynamicMove Property (ThreeWayArrowShape)
In This Topic
Gets or sets whether the object moves when hiding or showing, resizing, or moving rows or columns.
Syntax
'Declaration
 
Public Overridable Property DynamicMove As Boolean
 
'Usage
 
Dim instance As ThreeWayArrowShape
Dim value As Boolean
 
instance.DynamicMove = value
 
value = instance.DynamicMove
See Also