![]() |
LineStyle








Public Data Item |
Declared in: NiShape.h |
Declaration
LineStyles LineStyle;
Description
Specifies the line style of the shape. The following list includes valid line styles.
- CNiShape::LineNone - no line.
- CNiShape::LineSolid - solid line.
- CNiShape::LineDash - dash line.
- CNiShape::LineDot - dotted line.
- CNiShape::LineDashDot - dash-dot line.
- CNiShape::LineDashDotDot - dash-dot-dot line.
Note: Dashed line styles work only when the line width is 1. The dashed lines appear solid for all other line widths.