MindFusion.Scheduling for ASP.NET Programmer's Guide
ElementSize.IsEmpty Property
See Also
 





Gets a value that indicates whether the current ElementSize is empty.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public bool IsEmpty { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsEmpty As Boolean

 Property Value

true if both Width and Height of this ElementSize are 0; otherwise false.

 See Also

ElementSize Members
ElementSize Class
MindFusion.Scheduling.WebForms Namespace