Line Dash Properties
Line Dash properties may we either one of the presets, <a:prstDash>
, or a custom dashing scheme, <a:custDash>
. For the presets, the following options are available:
solid: Solid (continuous) pen.
dot: Dot style. [- - - - - - - - - - - ]
dash: Short dash style. [---- ---- ---- ---- ---- ---- ]
lgDash: Long dash style. [-------- -------- -------- -------- ]
dashDot" Short dash followed by dot. [---- - ---- - ---- - ---- - ]
lgDashDot: Long dash followed by dot. [-------- - -------- - -------- - ]
lgDashDotDot: Long dash followed by two dots. [-------- - - -------- - - ]
sysDash: System short dash style (PS_DASH). [--- --- --- --- --- --- --- --- --- --- --- ]
sysDot: System dot style (PS_DOT). [- - - - - - - - - - - - - - - - - - - - - - ]
sysDashDot: System short dash and one dot (PS_DASHDOT) [--- - --- - --- - --- - --- - --- - --- - --- - ]
sysDashDotDot: System short dash and two dots (PS_DASHDOTDOT) [--- - - --- - - --- - - --- - - --- - - --- - - ]