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


In This Topic
Placement Property (DrawingObject)
In This Topic
Get the placement of the drawing object.
Syntax
'Declaration
 
Public Overridable Property Placement As Placement
 
'Usage
 
Dim instance As DrawingObject
Dim value As Placement
 
instance.Placement = value
 
value = instance.Placement
See Also