XPS_DASH_CAP enumeration
Specifies the style of a dash cap on a dashed stroke.
Syntax
typedef enum {
XPS_DASH_CAP_FLAT = 1,
XPS_DASH_CAP_ROUND,
XPS_DASH_CAP_SQUARE,
XPS_DASH_CAP_TRIANGLE
} XPS_DASH_CAP;
Constants
XPS_DASH_CAP_FLAT
Flat-line cap.XPS_DASH_CAP_ROUND
Round-line cap.XPS_DASH_CAP_SQUARE
Square-line cap.XPS_DASH_CAP_TRIANGLE
Triangular-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
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
Header |
Xpsobjectmodel.h |
IDL |
XpsObjectModel.idl |