Class AlertDialogStyle

    Definition

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

    AlertDialogStyle is a class which saves AlertDialog's UX data.

    public class AlertDialogStyle : ButtonStyle, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    Tizen.NUI.Components.ControlStyle
    ButtonStyle
    AlertDialogStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable

    Constructors

    View Source

    AlertDialogStyle()

    Creates a new instance of an AlertDialogStyle.

    Declaration
    public AlertDialogStyle()
    View Source

    AlertDialogStyle(AlertDialogStyle)

    Creates a new instance of an AlertDialogStyle with style. The given style is copied to the new instance.

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

    Create AlertDialogStyle by style customized by user.

    Properties

    View Source

    ActionContent

    Gets or sets the AlertDialog ActionContent style.

    Declaration
    public ViewStyle ActionContent { get; set; }
    Property Value
    Type Description
    ViewStyle
    View Source

    MessageTextLabel

    Gets or sets the AlertDialog Message TextLabel style. This style is applied if AlertDialog Content is a TextLabel.

    Declaration
    public TextLabelStyle MessageTextLabel { get; set; }
    Property Value
    Type Description
    Tizen.NUI.BaseComponents.TextLabelStyle
    View Source

    TitleTextLabel

    Gets or sets the AlertDialog Title TextLabel style. This style is applied if AlertDialog TitleContent is a TextLabel.

    Declaration
    public TextLabelStyle TitleTextLabel { get; set; }
    Property Value
    Type Description
    Tizen.NUI.BaseComponents.TextLabelStyle

    Methods

    View Source

    CopyFrom(BindableObject)

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX