Gets a value indicating whether this Location is empty.
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 location coordinates are {0, 0}; otherwise, false.
See Also