Class TabButtonStyle

Definition

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

TabButtonStyle is a class which saves TabButton's ux data.

C#
Copy
public class TabButtonStyle : ButtonStyle, IDynamicResourceHandler, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

TabButtonStyle()

Creates a new instance of a TabButtonStyle.

Declaration
C#
Copy
public TabButtonStyle()
View Source

TabButtonStyle(TabButtonStyle)

Creates a new instance of a TabButtonStyle with style.

Declaration
C#
Copy
public TabButtonStyle(TabButtonStyle style)
Parameters
Type Name Description
TabButtonStyle style

Create TabButtonStyle by style customized by user.

Properties

View Source

IconSizeWithIconOnly

Gets or sets the size of icon with icon only for the width, the height, and the depth.

Declaration
C#
Copy
public Size IconSizeWithIconOnly { get; set; }
Property Value
Type Description
Size
View Source

SizeWithIcon

Gets or sets the size of a view with icon for the width, the height, and the depth.

Declaration
C#
Copy
public Size SizeWithIcon { get; set; }
Property Value
Type Description
Size
View Source

SizeWithIconOnly

Gets or sets the size of a view with icon only for the width, the height, and the depth.

Declaration
C#
Copy
public Size SizeWithIconOnly { get; set; }
Property Value
Type Description
Size
View Source

TextSizeWithIcon

Gets or sets the text font size with icon.

Declaration
C#
Copy
public float TextSizeWithIcon { get; set; }
Property Value
Type Description
Single

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