Class Notification.LockStyle

    Definition

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

    Class for generating lock style notification.

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

    Properties

    View Source

    IconPath

    Gets or sets an absolute path for an image file to display the icon of lock style.

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

    ThumbnailPath

    Gets or sets an absolute path for a thumbnail image file to display on lock style.

    Declaration
    public string ThumbnailPath { 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