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 属性の使用法

<object property="Empty" />

XAML 値

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

適用対象