XPS_SEGMENT_STROKE_PATTERN enumeration
Indicates whether all, some, or none of the segments in a figure are stroked.
Syntax
typedef enum { 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
-
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
|
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 |
|
|
IDL |
|
See also