Gets a value indicating whether this Dimension has zero width and height.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsEmpty { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsEmpty As Boolean |
true, if the dimension sizes are {0, 0}; otherwise, false.
See Also