SupportedBehaviors - перечисление |
Поддерживаемые поведения
Пространство имён:
Tessa.UI.Views.Charting.Charts
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [FlagsAttribute]
public enum SupportedBehaviors
<FlagsAttribute>
Public Enumeration SupportedBehaviors
[FlagsAttribute]
public enum class SupportedBehaviors
[<FlagsAttribute>]
type SupportedBehaviors
Члены
| Имя члена | Значение | Описание |
---|
| Selection | 1 |
The selection.
|
| ZoomAndPan | 2 |
The zoom and pan.
|
| CrossHair | 4 |
The cross hair.
|
| TrackBall | 8 |
The track ball.
|
| All | 2147483647 |
The all.
|
См. также