'宣言 Public Enum ScreenPosition Inherits System.Enum
public enum ScreenPosition : System.Enum
メンバ | 解説 |
---|---|
BottomLeft | 画面の左下角。 |
BottomRight | 画面の右下角。 |
Center | 画面の中心。 |
Default | デフォルト位置。 |
Manual | 画面の位置は、UltraDesktopAlertShowWindowInfo.ScreenLocation プロパティの値によって明示的に指定されます。 |
TopLeft | 画面の左上角。 |
TopRight | 画面の右上角。 |