Gets or sets the Brush that specifies how to paint the interior of the item. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Brush Brush { get; set; } |
Visual Basic
![]() |
---|
Public Property Brush As Brush |
An instance of a Brush-derived class. The default value is null.
This property refers to a brush with which an item is painted. When applied to links, the property defines how arrowheads interior is painted.
When set to null, the brush object used to paint this item is derived from the item's Style, or from the diagram's Theme.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |