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