Spread WinForms 15
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
See Also