Class TabStyle

Definition

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

TabStyle is a class which saves Tab's ux data.

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

Constructors

View Source

TabStyle()

Creates a new instance of a TabStyle.

Declaration
C#
Copy
public TabStyle()
View Source

TabStyle(TabStyle)

Creates a new instance of a TabStyle with style.

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

Create TabStyle by style customized by user.

Properties

View Source

ItemPadding

Space in Tab.

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

ItemSpace

Gap between items.

Declaration
C#
Copy
public int ItemSpace { get; set; }
Property Value
Type Description
Int32
View Source

Text

Text's style.

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

UnderLine

UnderLine's style.

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

UseTextNaturalSize

Flag to decide if item is fill with item text's natural width.

Declaration
C#
Copy
public bool UseTextNaturalSize { get; set; }
Property Value
Type Description
Boolean

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