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


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