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