Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / StartAnchorPoint Property


In This Topic
StartAnchorPoint Property
In This Topic
Gets the top-left anchor point.
Syntax
'Declaration
 
Public Property StartAnchorPoint As AnchorPoint
 
'Usage
 
Dim instance As DrawingObject
Dim value As AnchorPoint
 
instance.StartAnchorPoint = value
 
value = instance.StartAnchorPoint
See Also