Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

Xpsobjectmodel.h

IDL

XpsObjectModel.idl

See also

XML Paper Specification

 

 

Show:
© 2017 Microsoft