Class WidgetShortcutInfo

Definition

Namespace:
Tizen.Applications.Shortcut
Assembly:
Tizen.Applications.Shortcut.dll

A class that contains the information about the widget.

C#
Copy
public class WidgetShortcutInfo : ShortcutInfo
Inheritance
object
WidgetShortcutInfo

Properties

View Source

Period

Gets or sets the update period in seconds.

Declaration
C#
Copy
public double Period { get; set; }
Property Value
Type Description
double
View Source

WidgetId

Gets or sets the widget ID.

Declaration
C#
Copy
public string WidgetId { get; set; }
Property Value
Type Description
string
View Source

WidgetSize

Gets or sets the size of the widget.

Declaration
C#
Copy
public ShortcutWidgetSize WidgetSize { get; set; }
Property Value
Type Description
ShortcutWidgetSize