Gets or sets how areas are filled if the outline path intersects itself.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public FillRule FillRule { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FillRule As FillRule |
A member of the System.Windows.Media.FillRule enumeration.
See Also