Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / IgnoreUpdateShapeLocation Property


In This Topic
    IgnoreUpdateShapeLocation Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property IgnoreUpdateShapeLocation As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    instance.IgnoreUpdateShapeLocation = value
     
    value = instance.IgnoreUpdateShapeLocation
    public bool IgnoreUpdateShapeLocation {get; set;}
    See Also