Class AppBarStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
AppBarStyle is a class which saves AppBar's ux data.
public class AppBarStyle : ControlStyle, INotifyPropertyChanged, IDisposable
- Inheritance
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
View SourceAppBarStyle()
Creates a new instance of an AppBarStyle.
Declaration
public AppBarStyle()
AppBarStyle(AppBarStyle)
Creates a new instance of an AppBarStyle with style. The given style is copied to the new instance.
Declaration
public AppBarStyle(AppBarStyle style)
Parameters
Type | Name | Description |
---|---|---|
AppBarStyle | style | Creates AppBarStyle by style customized by user. |
Properties
View SourceActionButton
Gets or sets the AppBar Action Button style. This style is applied if AppBar ActionContent's child is a Button.
Declaration
public ButtonStyle ActionButton { get; set; }
Property Value
Type | Description |
---|---|
ButtonStyle |
ActionView
Gets or sets the AppBar Action View style. This style is applied if AppBar ActionContent's child is a View.
Declaration
public ViewStyle ActionView { get; set; }
Property Value
Type | Description |
---|---|
ViewStyle |
BackButton
Gets or sets the AppBar Back Button style.
Declaration
public ButtonStyle BackButton { get; set; }
Property Value
Type | Description |
---|---|
ButtonStyle |
TitleTextLabel
Gets or sets the AppBar Title TextLabel style. This style is applied if AppBar Title 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
Tizen.NUI.BaseComponents.ViewStyle.CopyFrom(Tizen.NUI.Binding.BindableObject)
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable