Assembly: Drawing;
Namespace: Prognoz.Platform.Interop.Drawing;
The IGxPen interface contains pen properties.
IGxPen
| Property name | Brief description | |
| Alignment | The Alignment property determines pen alignment. | |
| Brush | The Brush property determines pen brush. | |
| DashCap | The DashCap property determines the look of the dashed lines endings that bound the dashed lines drawn with the pen. | |
| DashOffset | The DashOffset property determines the distance from the line start to the dashed template start. | |
| EndCap | The EndCap property determines the style of the line endings drawn with the pen. | |
| LineJoin | The LineJoin property determines the shared endings style for two sequential lines drawn with the pen. | |
| MiterLimit | The MiterLimit property determines the bound of the width combination for the acute angles. | |
| StartCap | The StartCap property determines the style of the lines start drawn with the pen. |
| Property name | Brief description | |
| Color | The Color property determines pen color. | |
| DashStyle | The DashStyle property determines the style of the line displaying. | |
| Width | The Width property determines the width of the pen. |
See also: