Search
IMenuItem.FillBrush Property
See Also
 






Gets or sets the brush used to fill the item background.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

Brush FillBrush { get; set; }

Visual Basic  Copy Code

Property FillBrush As Brush

 Property Value

An instance of the Brush class.

 See Also