Class AlertDialogStyle

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

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

C#
Copy
public class AlertDialogStyle : ButtonStyle, INotifyPropertyChanged, IDynamicResourceHandler, IDisposable
Inheritance
System.Object
Tizen.NUI.Components.ControlStyle
AlertDialogStyle
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

AlertDialogStyle()

Creates a new instance of an AlertDialogStyle.

Declaration
C#
Copy
public AlertDialogStyle()
API Level: 9
View Source

AlertDialogStyle(AlertDialogStyle)

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

Declaration
C#
Copy
public AlertDialogStyle(AlertDialogStyle style)
Parameters
Type Name Description
AlertDialogStyle style

Create AlertDialogStyle by style customized by user.

API Level: 9

Properties

View Source

ActionContent

Gets or sets the AlertDialog ActionContent style.

Declaration
C#
Copy
public ViewStyle ActionContent { get; set; }
Property Value
Type Description
ViewStyle
API Level: 9
View Source

MessageTextLabel

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

Declaration
C#
Copy
public TextLabelStyle MessageTextLabel { get; set; }
Property Value
Type Description
Tizen.NUI.BaseComponents.TextLabelStyle
API Level: 9
View Source

TitleTextLabel

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

Declaration
C#
Copy
public TextLabelStyle TitleTextLabel { get; set; }
Property Value
Type Description
Tizen.NUI.BaseComponents.TextLabelStyle
API Level: 9

Methods

View Source

CopyFrom(BindableObject)

Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type Name Description
BindableObject bindableObject
Overrides
API Level: 9

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable