Class MenuStyle

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    MenuStyle is a class which saves Menu's ux data.

    public class MenuStyle : ControlStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    ControlStyle
    MenuStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    MenuStyle()

    Creates a new instance of an MenuStyle.

    Declaration
    public MenuStyle()
    View Source

    MenuStyle(MenuStyle)

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

    Declaration
    public MenuStyle(MenuStyle style)
    Parameters
    Type Name Description
    MenuStyle style

    Creates MenuStyle by style customized by user.

    Properties

    View Source

    Content

    Gets or sets the Menu Content style.

    Declaration
    public ViewStyle Content { get; set; }
    Property Value
    Type Description
    ViewStyle

    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