CNiArrow::LineStyle

CNi

Class
CNiArrow::
LineStyle
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: HeadStyleNext page: TailStyle    
Public Data Item Declared in:
NiArrow.h

'Declaration' icon -- Shortcut to top of page. Declaration

LineStyles LineStyle;

'Description' icon -- Shortcut to top of page. Description

Specifies the line style of the arrow. The following list includes valid line styles.

  • CNiArrow::LineNone - no line.
  • CNiArrow::LineSolid - solid line.
  • CNiArrow::LineDash - dash line.
  • CNiArrow::LineDot - dotted line.
  • CNiArrow::LineDashDot - dash-dot line.
  • CNiArrow::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.

'See Also' icon -- Shortcut to top of page. See Also