Search
Shape.FillMode Property
See Also
 





Gets or sets a value indicating how areas are filled if the outline path of the shape intersects itself.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public FillMode FillMode { get; }

Visual Basic  Copy Code

Public ReadOnly Property FillMode As FillMode

 Property Value

A member of the FillMode enumeration specifying the fill type of the shape.

 See Also