MindFusion WinForms Programmer's Guide
Border.MakeEmpty Method
See Also
 





Resets the border to be invisible.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public void MakeEmpty ()

Visual Basic  Copy Code

Public Sub MakeEmpty ()

 Remarks

Calling this method is equivalent to setting the visibility of each of the four border sides to false.

 See Also

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