MAUI Pack Programmer's Guide
TableNode.Cell.Brush Property
See Also
 






Gets or sets the brush used to fill this cell.

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 is null.

 Remarks

This property refers to a brush used to paint the cell's interior. You can assign to it an instance of one of the following classes: HatchBrush, LinearGradientBrush, PathGradientBrush, or SolidBrush, located in the MindFusion.Drawing namespace. If the default null value is used, the cell's interior is painted with the table's Brush instead of cell's one.

 See Also

TableNode.Cell Members
TableNode.Cell Class
MindFusion.Diagramming Namespace