Search
Border.RightVisible Property
See Also
 





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

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public bool RightVisible { get; set; }

Visual Basic  Copy Code

Public Property RightVisible As Boolean

 Property Value

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

 See Also