| 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
Syntaxpublic enum CanvasFigureFill
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Default | 0 | Specifies that the figure's interior may be filled using FillGeometry Overload,
        and its interior is used by geometry operations that operate on fill. | 
|  | DoesNotAffectFills | 1 | Specifies 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
See Also