IsEmpty Property
Summary
Gets a value indicating whether this LogicalSize structure is empty.
Syntax
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
public:
property bool IsEmpty {
bool get();
}
Property Value
true if this LogicalSize structure is empty; otherwise, false.