Gets or sets a value indicating whether the bottom border is visible.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public bool BottomVisible { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BottomVisible As Boolean |
A boolean value specifying whether the bottom side of the border is visible. The default is false.
See Also