다음을 통해 공유


WindowRectChangingEventArgs.MoveSizeOperation Property

Definition

Gets the type of operation being performed in the move-size loop.

public:
 property MoveSizeOperation MoveSizeOperation { MoveSizeOperation get(); };
MoveSizeOperation MoveSizeOperation();
public MoveSizeOperation MoveSizeOperation { get; }
var moveSizeOperation = windowRectChangingEventArgs.moveSizeOperation;
Public ReadOnly Property MoveSizeOperation As MoveSizeOperation

Property Value

The type of operation being performed in the move-size loop.

Applies to