Int32Rect.HasArea Property

Definition

Gets a value that indicates whether the Width and Height properties of the Int32Rect are greater than 0.

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

Property Value

true if the Width and Height properties of the Int32Rect are greater than 0; otherwise, false.

Applies to