Size.IsEmpty Property

Definition

Gets a value that indicates whether this instance of Size is Empty.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Property Value

true if this instance of size is Empty; otherwise, false.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) Size struct. For more information, see Size in the UWP API reference.

For more information about this member, see Size.IsEmpty in the .NET Framework API reference.

Applies to