Class Notification.ExtensionStyle

    Definition

    Namespace:
    Tizen.Applications.Notifications
    Assembly:
    Tizen.Applications.Notification.dll

    Class for generating extension style notification.

    public sealed class Notification.ExtensionStyle : Notification.StyleBase
    Inheritance
    object
    Notification.MakerBase
    Notification.StyleBase
    Notification.ExtensionStyle

    Properties

    View Source

    ExtensionImagePath

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

    ExtensionImageSize

    Declaration
    public int ExtensionImageSize { get; set; }
    Property Value
    Type Description
    int
    View Source

    IsActive

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    bool
    View Source

    IsThumbnail

    Declaration
    public bool IsThumbnail { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ThumbnailAction

    Declaration
    public AppControl ThumbnailAction { get; set; }
    Property Value
    Type Description
    AppControl
    View Source

    ThumbnailImagePath

    Declaration
    public string ThumbnailImagePath { get; set; }
    Property Value
    Type Description
    string

    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