TUIPen Class
A pen used to draw into a canvas.
Syntax
Unit: FlexCel.Core
TUIPen = class(TFlexCelObject);
Methods
Properties
| Name |
Description |
| Color |
Gets or sets the color of the pen.
|
| Width |
Gets or sets the width of the pen.
|
| DashStyle |
Gets or sets the style of the pen.
|
| LineCap |
Gets or sets the line cap of the pen.
|
| LineJoin |
Gets or sets the line join for the pen.
|
| MiterLimit |
Gets or sets the miter limit for the pen.
|
| HeadArrow |
Defines a start arrow for the lines.
|
| TailArrow |
Defines a start arrow for the lines.
|
| Zoom100 |
Zoom used in the page. This is used to calculate the minimum arrow size.
|