Int32Rect.Empty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得空矩形,表示沒有位置或區域之矩形的特殊值。
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 值的屬性。