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 值的属性。

适用于