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, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    ControlStyle
    AppBarStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    AppBarStyle()

    Creates a new instance of an AppBarStyle.

    Declaration
    public AppBarStyle()
    View Source

    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 Source

    ActionButton

    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
    View Source

    ActionCellPadding

    Cell padding among Actions in AppBar. This works only when ActionContent is visible.

    Declaration
    public Size2D ActionCellPadding { get; set; }
    Property Value
    Type Description
    Size2D
    View Source

    ActionPadding

    Action padding in AppBar. This works only when ActionContent is visible.

    Declaration
    public Extents ActionPadding { get; set; }
    Property Value
    Type Description
    Extents
    View Source

    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
    View Source

    BackButton

    Gets or sets the AppBar Back Button style.

    Declaration
    public ButtonStyle BackButton { get; set; }
    Property Value
    Type Description
    ButtonStyle
    View Source

    NavigationPadding

    Navigation padding in AppBar. This works only when NavigationContent is visible.

    Declaration
    public Extents NavigationPadding { get; set; }
    Property Value
    Type Description
    Extents
    View Source

    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
    TextLabelStyle

    Methods

    View Source

    CopyFrom(BindableObject)

    Copy properties of other ViewStyle to this.

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

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX