Enum LabelSlideMode
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the slide modes of a label widget.
C#Copy[Obsolete("This has been deprecated in API12")] public enum LabelSlideMode
| Name | Description |
|---|---|
| Always | Slide always. |
| Auto | Slide only if the label area is bigger than the text width length. |
| None | No slide effect. |