XPS_SEGMENT_STROKE_PATTERN enumeration (xpsobjectmodel.h)
Indicates whether all, some, or none of the segments in a figure are stroked.
Syntax
typedef enum __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0012 {
XPS_SEGMENT_STROKE_PATTERN_ALL = 1,
XPS_SEGMENT_STROKE_PATTERN_NONE,
XPS_SEGMENT_STROKE_PATTERN_MIXED
} XPS_SEGMENT_STROKE_PATTERN;
Constants
XPS_SEGMENT_STROKE_PATTERN_ALL Value: 1 All segments in the figure are stroked. |
XPS_SEGMENT_STROKE_PATTERN_NONE No segments in the figure are stroked. |
XPS_SEGMENT_STROKE_PATTERN_MIXED Some segments in the figure are stroked, others are not. |
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 |