MindFusion.Wpf Pack Programmer's Guide
Diagram.ContainerHighlightPen Property
See Also
 





Gets or sets the default value for the HighlightPen property of containers.

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

 Syntax

C#  Copy Code

public Pen ContainerHighlightPen { get; set; }

Visual Basic  Copy Code

Public Property ContainerHighlightPen As Pen

 Property Value

A .NET Pen instance specifying the initial highlight pen of containers. The default is a pen with Color.LightSkyBlue color and width 0.5.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace