Search
Style.BottomBorderPen Property
See Also
 





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

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual Pen BottomBorderPen { get; set; }

Visual Basic  Copy Code

Public Overridable Property BottomBorderPen As Pen

 Property Value

An instance of the MindFusion.Drawing.Pen class.

 Remarks

The property refers to a Pen used to paint the bottom border of a cell.

 See Also