Enum ShortcutWidgetSize
Definition
- Namespace:
- Tizen.Applications.Shortcut
- Assembly:
- Tizen.Applications.Shortcut.dll
Enumeration for the sizes of the shortcut widget.
public enum ShortcutWidgetSize
Fields
| Name | Description |
|---|---|
| Easy1by1 | Easy mode 1by1. |
| Easy3by1 | Easy mode 3by2. |
| Easy3by3 | Easy mode 3by3. |
| EasyDefault | Type mask for the easy mode widget, don't use this value for a specific size. |
| Widget1by1 | 1by1 |
| Widget2by1 | 2by1 |
| Widget2by2 | 2by2 |
| Widget4by1 | 4by1 |
| Widget4by2 | 4by2 |
| Widget4by3 | 4by3 |
| Widget4by4 | 4by4 |
| Widget4by5 | 4by5 |
| Widget4by6 | 4by6 |
| WidgetDefault | Type mask for the normal mode widget, don't use this value for a specific size. |