WindowRectChangingEventArgs.NewWindowRect 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定視窗將變更的新 Rect(如果沒有任何專案阻止變更)。
public:
property RectInt32 NewWindowRect { RectInt32 get(); void set(RectInt32 value); };
RectInt32 NewWindowRect();
void NewWindowRect(RectInt32 value);
public RectInt32 NewWindowRect { get; set; }
var rectInt32 = windowRectChangingEventArgs.newWindowRect;
windowRectChangingEventArgs.newWindowRect = rectInt32;
Public Property NewWindowRect As RectInt32
屬性值
視窗將變更為的新矩形(如果沒有任何專案導致變更)。
備註
這個屬性可以設定為改為提供替代的 rect。