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


In This Topic
Width Property (Pen)
In This Topic
Gets or sets the width of this Pen in pixels.
Syntax
'Declaration
 
Public Property Width As Double
 
'Usage
 
Dim instance As Pen
Dim value As Double
 
instance.Width = value
 
value = instance.Width

Property Value

The width of this Pen.
See Also