Class MenuStyle

Definition

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

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

C#
Copy
public class MenuStyle : ControlStyle, IDynamicResourceHandler, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

MenuStyle()

Creates a new instance of an MenuStyle.

Declaration
C#
Copy
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
C#
Copy
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
C#
Copy
public ViewStyle Content { get; set; }
Property Value
Type Description
ViewStyle

Methods

View Source

CopyFrom(BindableObject)

Copy properties of other ViewStyle to this.

Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type Name Description
BindableObject bindableObject
Overrides

Implements

IDisposable

Extension Methods