次の方法で共有


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 を提供するように設定できます。

適用対象