Class WidgetShortcutAddedInfo

    Definition

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

    A class that contains the information about the widget.

    public class WidgetShortcutAddedInfo : ShortcutAddedInfo
    Inheritance
    object
    ShortcutAddedInfo
    WidgetShortcutAddedInfo

    Properties

    View Source

    Period

    Gets the update period in seconds.

    Declaration
    public double Period { get; }
    Property Value
    Type Description
    double
    View Source

    WidgetId

    Gets the widget ID.

    Declaration
    public string WidgetId { get; }
    Property Value
    Type Description
    string
    View Source

    WidgetSize

    Gets the size of the widget.

    Declaration
    public ShortcutWidgetSize WidgetSize { get; }
    Property Value
    Type Description
    ShortcutWidgetSize

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX