Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / Anchor Property


In This Topic
    Anchor Property (IPSObject)
    In This Topic
    Gets or sets the anchor.
    Syntax
    'Declaration
     
    
    Property Anchor As Integer
    'Usage
     
    
    Dim instance As IPSObject
    Dim value As Integer
     
    instance.Anchor = value
     
    value = instance.Anchor
    int Anchor {get; set;}
    See Also