ResizeDirection - перечисление |
The resize direction.
Пространство имён:
Tessa.UI.Views.Charting.Widgets
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [FlagsAttribute]
public enum ResizeDirection
<FlagsAttribute>
Public Enumeration ResizeDirection
[FlagsAttribute]
public enum class ResizeDirection
[<FlagsAttribute>]
type ResizeDirection
Члены
| Имя члена | Значение | Описание |
---|
| None | 0 |
The none.
|
| IncreaseLeft | 1 |
The increase left.
|
| DecreaseLeft | 2 |
The decrease left.
|
| IncreaseRight | 4 |
The increase right.
|
| DecreaseRight | 8 |
The decrease right.
|
| IncreaseTop | 16 |
The increase top.
|
| DecreaseTop | 32 |
The decrease top.
|
| IncreaseBottom | 64 |
The increase bottom.
|
| DecreaseBottom | 128 |
The decrease bottom.
|
См. также