Search
Style.TopBorderPen Property
See Also
 






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

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

 Syntax

C#  Copy Code

public virtual Pen TopBorderPen { get; set; }

Visual Basic  Copy Code

Public Overridable Property TopBorderPen As Pen

 Property Value

An instance of the Pen class.

 See Also