共用方式為


WindowRectChangingEventArgs.NewWindowRect 屬性

定義

取得或設定視窗將變更的新 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。

適用於