Gets or sets the style of the bottom border.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public DashStyle BottomDashStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BottomDashStyle As DashStyle |
A member of the .NET DashStyle enumeration that specifies the dash pattern of the bottom side of the border. The default is Solid.
See Also