Click or drag to resize
CanvasFigureFill Enumeration
Specifies whether the interior of the figure is considered filled, for the purpose of drawing and geometry operations.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasFigureFill
Members
  Member nameValueDescription
Default0Specifies that the figure's interior may be filled using FillGeometry Overload, and its interior is used by geometry operations that operate on fill.
DoesNotAffectFills1Specifies that the figure will not affect FillGeometry Overload calls, and its fill will not affect any geometry operations. Of course, the figure may still cause visible drawing with DrawGeometry Overload.
See Also