Search
RadialMenu.DefaultFillBrush Property
See Also
 






Gets or sets the default fill brush of the menu items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush DefaultFillBrush { get; set; }

Visual Basic  Copy Code

Public Property DefaultFillBrush As Brush

 Property Value

An instance of the Brush class.

 See Also