DiagramLite Programmer's Guide
Style.BackgroundBrush Property
See Also
 





Gets or sets the background Brush of this style.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight

 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 System.Windows.Media.Brush class.

 Remarks

You can assign to this property an instance of one of the following classes: BitmapCacheBrush, GradientBrush, SolidColorBrush, or TileBrush, located in the System.Windows.Media namespace.

 See Also

Style Members
Style Class
MindFusion.Diagramming.Lanes Namespace