Class AlertDialogStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
AlertDialogStyle is a class which saves AlertDialog's UX data.
C#Copypublic class AlertDialogStyle : ButtonStyle, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.NUI.Binding.BindableObjectTizen.NUI.Components.ControlStyleAlertDialogStyle
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
Declaration
C#Copypublic AlertDialogStyle()
View Source
AlertDialogStyle(AlertDialogStyle)
Creates a new instance of an AlertDialogStyle with style. The given style is copied to the new instance.
Declaration
C#Copypublic AlertDialogStyle(AlertDialogStyle style)
Parameters
| Type | Name | Description |
|---|---|---|
| AlertDialogStyle | style | Create AlertDialogStyle by style customized by user. |
Properties
Declaration
C#Copypublic 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
C#Copypublic 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
C#Copypublic TextLabelStyle TitleTextLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| Tizen.NUI.BaseComponents.TextLabelStyle |
Methods
Declaration
C#Copypublic override void CopyFrom(BindableObject bindableObject)
Parameters
| Type | Name | Description |
|---|---|---|
| Tizen.NUI.Binding.BindableObject | bindableObject |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable