MindFusion.Wpf Pack Programmer's Guide
Style.RightBorderPen Property
See Also
 





Gets or sets the Pen for drawing the right border for this style.

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

 Syntax

C#  Copy Code

public virtual Pen RightBorderPen { get; set; }

Visual Basic  Copy Code

Public Overridable Property RightBorderPen As Pen

 Property Value

An instance of the System.Windows.Media.Pen class.

 Remarks

The property refers to the Pen used for painting the right border of a cell.

 See Also

Style Members
Style Class
MindFusion.Diagramming.Wpf.Lanes Namespace