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
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
View SourceAlertDialogStyle()
Creates a new instance of an AlertDialogStyle.
Declaration
public AlertDialogStyle()
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 SourceActionContent
Gets or sets the AlertDialog ActionContent style.
Declaration
public ViewStyle ActionContent { get; set; }
Property Value
Type | Description |
---|---|
ViewStyle |
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 |
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 SourceCopyFrom(BindableObject)
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type | Name | Description |
---|---|---|
BindableObject | bindableObject |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable