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 值
财产 接受 Int32Rect 值的属性。