Для изменения размера нажмите или перетащите

ResizeDirection - перечисление

The resize direction.

Пространство имён:  Tessa.UI.Views.Charting.Widgets
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
[FlagsAttribute]
public enum ResizeDirection
Члены
  Имя членаЗначениеОписание
None0 The none.
IncreaseLeft1 The increase left.
DecreaseLeft2 The decrease left.
IncreaseRight4 The increase right.
DecreaseRight8 The decrease right.
IncreaseTop16 The increase top.
DecreaseTop32 The decrease top.
IncreaseBottom64 The increase bottom.
DecreaseBottom128 The decrease bottom.
См. также