MindFusion.Reporting for Silverlight Programmer's Guide
Dimension.IsEmpty Property
See Also
 





Gets a value indicating whether this Dimension has zero width and height.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public bool IsEmpty { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsEmpty As Boolean

 Property Value

true, if the dimension sizes are {0, 0}; otherwise, false.

 See Also

Dimension Members
Dimension Structure
MindFusion.Reporting.Silverlight Namespace