Gets or sets the background Brush of this style.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public virtual Brush BackgroundBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Overridable Property BackgroundBrush As Brush |
An instance of the System.Windows.Media.Brush class.
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.