Int32Rect.Empty プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
空の四角形を取得します。これは位置や領域を持たない四角形を表す特殊な値です。
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
プロパティ値
位置や領域を持たない空の四角形。
注釈
このプロパティは、すべてのパラメーター値に対して 0 を使用してコンストラクターを呼び出すのと同じです。
XAML 属性の使用方法
<object property="Empty" />
XAML 値
property
値を受け取る Int32Rect プロパティ。