Int32Rect.Empty プロパティ

定義

空の四角形を取得します。これは位置や領域を持たない四角形を表す特殊な値です。

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

プロパティ値

Int32Rect

位置や領域を持たない空の四角形。

注釈

このプロパティは、すべてのパラメーター値に対して 0 を使用してコンストラクターを呼び出すのと同じです。

XAML 属性の使用方法

<object property="Empty" />  

XAML 値

property
値を受け取る Int32Rect プロパティ。

適用対象