Int32Rect.Empty 屬性

定義

取得空矩形,表示沒有位置或區域之矩形的特殊值。

public:
 static property System::Windows::Int32Rect Empty { System::Windows::Int32Rect get(); };
public static System.Windows.Int32Rect Empty { get; }
static member Empty : System.Windows.Int32Rect
Public Shared ReadOnly Property Empty As Int32Rect

屬性值

沒有位置或區域的空矩形。

備註

此屬性與針對所有參數值使用 0 呼叫建構函式相同。

XAML Attribute Usage

<object property="Empty" />  

XAML 值

property
接受 Int32Rect 值的屬性。

適用於