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