次の方法で共有


WindowRectChangingEventArgs.MoveSizeOperation プロパティ

定義

移動サイズ ループで実行される操作の種類を取得します。

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

プロパティ値

移動サイズ ループで実行される操作の種類。

適用対象