Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SizeInt Structure / Width Property


In This Topic
Width Property (SizeInt)
In This Topic
Gets or sets the horizontal component of this SizeInt structure.
Syntax
'Declaration
 
Public Property Width As Integer
 
'Usage
 
Dim instance As SizeInt
Dim value As Integer
 
instance.Width = value
 
value = instance.Width

Property Value

The horizontal component of this SizeInt structure, typically measured in pixels.
See Also