Gets or sets the brush used to fill the interior of this item.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Brush Brush { get; set; } |
Visual Basic Copy Code |
---|
Public Property Brush As Brush |
An instance of a System.Windows.Media.Brush -derived class.
This property refers to a brush with which an item is painted. You can assign to it an instance of one of the following classes: GradientBrush, SolidColorBrush or TileBrush, located in the System.Windows.Media namespace. When applied to links, the property defines how arrowheads interior is painted.
WpfDiagram Programmer's Guide | © 2024 MindFusion |