Gets a value indicating whether the border is empty.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public bool IsEmpty { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property IsEmpty As Boolean |
A boolean value specifying whether the border is empty.
This property returns true for borders all sides of which are invisible, that is, LeftVisible, TopVisible, RightVisible and BottomVisible are all set to false. This property will still return false for borders that are not rendered because their sides have transparent colors for example.