Gets or sets the Pen for drawing the left border for this style.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual Pen LeftBorderPen { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property LeftBorderPen As Pen |
An instance of the System.Windows.Media.Pen class.
RemarksThe property refers to a Pen used for painting the left border of a cell.
See Also