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 值

property
一个 Int32Rect 接受值的属性。

适用于