Click or drag to resize
CanvasFigureSegmentOptions Enumeration
Specifies some advanced properties that may be specified when defining a figure.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
[FlagsAttribute]
public enum CanvasFigureSegmentOptions
Members
  Member nameValueDescription
None0Specifies the default behavior.
ForceUnstroked1Specifies that the segments of the figure will not appear stroked, for example, when drawn with DrawGeometry Overload.
ForceRoundLineJoin2Forces the segment to apply a round line join, even if the operation on the geometry was set to use some other, non-round line join.
See Also