Class WidgetShortcutInfo
Definition
- Namespace:
- Tizen.Applications.Shortcut
- Assembly:
- Tizen.Applications.Shortcut.dll
A class that contains the information about the widget.
public class WidgetShortcutInfo : ShortcutInfo
- Inheritance
Properties
View SourcePeriod
Gets or sets the update period in seconds.
Declaration
public double Period { get; set; }
Property Value
Type | Description |
---|---|
double |
WidgetId
Gets or sets the widget ID.
Declaration
public string WidgetId { get; set; }
Property Value
Type | Description |
---|---|
string |
WidgetSize
Gets or sets the size of the widget.
Declaration
public ShortcutWidgetSize WidgetSize { get; set; }
Property Value
Type | Description |
---|---|
ShortcutWidgetSize |