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


In This Topic
Alignment Property (Pen)
In This Topic
Gets the alignment for this Pen.
Syntax
'Declaration
 
Public Property Alignment As PenAlignment
 
'Usage
 
Dim instance As Pen
Dim value As PenAlignment
 
instance.Alignment = value
 
value = instance.Alignment

Property Value

A PenAlignment that represents the alignment for this Pen.
See Also