Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / DynamicMove Property


In This Topic
    DynamicMove Property (PSShape)
    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 PSShape
    Dim value As Boolean
     
    instance.DynamicMove = value
     
    value = instance.DynamicMove
    public virtual bool DynamicMove {get; set;}
    See Also