Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the style of a dash cap on a dashed stroke.
Syntax
typedef enum __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0006 {
XPS_DASH_CAP_FLAT = 1,
XPS_DASH_CAP_ROUND,
XPS_DASH_CAP_SQUARE,
XPS_DASH_CAP_TRIANGLE
} XPS_DASH_CAP;
Constants
XPS_DASH_CAP_FLATValue: 1 Flat-line cap. |
XPS_DASH_CAP_ROUNDRound-line cap. |
XPS_DASH_CAP_SQUARESquare-line cap. |
XPS_DASH_CAP_TRIANGLETriangular-line cap. |
Remarks
In the following illustrations, each shaded area represents the dash cap that corresponds to each type of XPS_DASH_CAP.
| Value | Example |
|---|---|
| XPS_DASH_CAP_FLAT | ![]() |
| XPS_DASH_CAP_ROUND | ![]() |
| XPS_DASH_CAP_SQUARE | ![]() |
| XPS_DASH_CAP_TRIANGLE | ![]() |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
| Header | xpsobjectmodel.h |



