MindFusion WinForms Programmer's Guide
Border.LeftVisible Property
See Also
 





Gets or sets a value indicating whether the left border is visible.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public bool LeftVisible { get; set; }

Visual Basic  Copy Code

Public Property LeftVisible As Boolean

 Property Value

A boolean value specifying whether the left side of the border is visible. The default is false.

 See Also

Border Members
Border Class
MindFusion.Reporting Namespace
TopVisible Property
RightVisible Property
BottomVisible Property