Pen elements
- Last UpdatedJul 26, 2024
- 1 minute read
You use pen elements to specify the line characteristics of an object's border.
The following elements are available for specifying the pen element:
|
Field |
Description |
|---|---|
|
PenColor |
Uses color elements: RGB element, name element, reference element, or value element. |
|
PenWidth |
Pen width in pixels. Values can be 1, 2, 4, 6, 9, or 11. |
|
PenStyle |
Values can be None, Solid, Dash, Dot, DashDot, DashDotDot. |
Example:
<Pen>
<PenColor>
<R>0</R>
<G>0</G>
<B>0</B>
</PenColor>
<PenWidth>4</PenWidth>
<PenStyle>Solid</PenStyle>
</Pen>