[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegdiplus.pas line 224
type GpDashStyle = ( |
DashStyleSolid, |
DashStyleDash, |
DashStyleDot, |
DashStyleDashDot, |
DashStyleDashDotDot, |
DashStyleCustom |
); |