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
SyntaxC#
Copy Code
|
|---|
public FillMode FillMode { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property FillMode As FillMode |
A member of the .NET FillMode enumeration specifying the fill type of the shape.
See Also