'Declaration
Public Enum Pen.Attributes Inherits System.Enum
'Usage
Dim instance As Pen.Attributes
public enum Pen.Attributes : System.Enum
'Declaration
Public Enum Pen.Attributes Inherits System.Enum
'Usage
Dim instance As Pen.Attributes
public enum Pen.Attributes : System.Enum
Member | Description |
---|---|
Alignment | The alignment. |
Brush | The fill brush. |
DashPattern | The custom dashes and spaces. |
DashStyle | The style used for dashed lines. |
LineCap | The line cap style. |
LineEndHead | The custom cap to use at the beginning of lines. |
LineEndTail | The custom cap to use at the end of lines |
LineJoin | The join style for the ends of two consecutive lines. |
MiterLimit | The limit of the thickness of the join on a mitered corner. |
Style | The compound pen. |
Width | The width of pen. |
System.Object
System.ValueType
System.Enum
GrapeCity.Drawing.Pen.Attributes