MindFusion.Wpf Pack Programmer's Guide
ContainerNode.CaptionBackBrush Property
See Also
 





Gets or sets the brush used to paint the caption area of this container.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Brush CaptionBackBrush { get; set; }

Visual Basic  Copy Code

Public Property CaptionBackBrush As Brush

 Property Value

An instance of a System.Windows.Media.Brush-derived class. The default is null (Nothing in Visual Basic).

 Remarks

This property refers to a brush object used to paint the interior of the caption area. You can assign to it an instance of one of the following classes: GradientBrush, SolidColorBrush or TileBrush, located in the System.Windows.Media namespace. If there is no brush assigned to this property, the caption area is painted using the Brush property of the ContainerNode class.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming.Wpf Namespace
Caption Property
CaptionBrush Property
CaptionHeight Property