Class ToastStyle

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    ToastStyle is a class which saves Toast's ux data.

    public class ToastStyle : ControlStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    ControlStyle
    ToastStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    ToastStyle()

    Creates a new instance of a ToastStyle.

    Declaration
    public ToastStyle()
    View Source

    ToastStyle(ToastStyle)

    Creates a new instance of a ToastStyle with Style.

    Declaration
    public ToastStyle(ToastStyle style)
    Parameters
    Type Name Description
    ToastStyle style

    Create ToastStyle by Style customized by user.

    Properties

    View Source

    Duration

    Gets or sets toast show duration time.

    Declaration
    public uint? Duration { get; set; }
    Property Value
    Type Description
    uint?
    View Source

    Text

    Text's Style.

    Declaration
    public TextLabelStyle Text { get; set; }
    Property Value
    Type Description
    TextLabelStyle

    Methods

    View Source

    CopyFrom(BindableObject)

    Copy properties of other ViewStyle to this.

    Declaration
    public override void CopyFrom(BindableObject bindableObject)
    Parameters
    Type Name Description
    BindableObject bindableObject
    Overrides
    ViewStyle.CopyFrom(BindableObject)

    Implements

    IDynamicResourceHandler
    IDisposable

    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