Int32Rect.Empty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取空矩形,这个特殊值表示没有位置或区域的矩形。
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 接受值的属性。