Class WidgetShortcutInfo

Definition

Namespace:
Tizen.Applications.Shortcut
Assembly:
Tizen.Applications.Shortcut.dll
API Level:
4

A class that contains the information about the widget.

C#
Copy
public class WidgetShortcutInfo : ShortcutInfo
Inheritance
System.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
System.Double
API Level: 4
View Source

WidgetId

Gets or sets the widget ID.

Declaration
C#
Copy
public string WidgetId { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

WidgetSize

Gets or sets the size of the widget.

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