Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / Width Property


In This Topic
Width Property (ImageDrawing)
In This Topic
Gets the width of the image drawing.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Width As Integer
 
'Usage
 
Dim instance As ImageDrawing
Dim value As Integer
 
value = instance.Width

Property Value

The width of the image drawing.
See Also