Int32Rect.HasArea 属性

定义

获取一个值,该值指示 WidthHeight and Int32Rect 属性大于 0。

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

属性值

Boolean

true如果和属性大于 0,则Width为 :否则为 falseInt32Rect Height

适用于