ASP.NET Pack Programmer's Guide
Style.BackgroundBrush Property
See Also
 





Gets or sets the background Brush of this style.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual Brush BackgroundBrush { get; set; }

Visual Basic  Copy Code

Public Overridable Property BackgroundBrush As Brush

 Property Value

An instance of the MindFusion.Drawing.Brush class.

 Remarks

You can assign to this property an instance of one of the following classes: HatchBrush, LinearGradientBrush, PathGradientBrush, SolidBrush or TextureBrush, located in the MindFusion.Drawing namespace.

 See Also

Style Members
Style Class
MindFusion.Diagramming.Lanes Namespace