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 [FlagsAttribute]
public enum CanvasFigureSegmentOptions
Members
| Member name | Value | Description |
---|
| None | 0 | Specifies the default behavior. |
| ForceUnstroked | 1 | Specifies that the segments of the figure will not appear stroked, for example,
when drawn with DrawGeometry Overload. |
| ForceRoundLineJoin | 2 | Forces 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