Condividi tramite


WindowRectChangingEventArgs.NewWindowRect Proprietà

Definizione

Ottiene o imposta il nuovo rect che la finestra cambierà in (se non viene impedita alcuna modifica).

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

Valore della proprietà

Nuovo rect che la finestra cambierà in (se nulla impedisce la modifica).

Commenti

Questa proprietà può essere impostata per fornire invece una correzione alternativa.

Si applica a