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