Search
DiagramItem.Brush Property
See Also
 






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

 Syntax

C#  Copy Code

public Brush Brush { get; set; }

Visual Basic  Copy Code

Public Property Brush As Brush

 Property Value

An instance of a Brush-derived class. The default value is null.

 Remarks

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.

 See Also