IsEmpty Property
Summary
Gets a value indicating whether this LogicalLength 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 LogicalLength structure is empty; false, otherwise.