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


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

Property Value

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