Class DefaultTitleItemStyle

Definition

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

DefaultTitleItemStyle is a class which saves DefaultLinearItem's ux data.

C#
Copy
public class DefaultTitleItemStyle : RecyclerViewItemStyle, IDynamicResourceHandler, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

DefaultTitleItemStyle()

Creates a new instance of a DefaultTitleItemStyle.

Declaration
C#
Copy
public DefaultTitleItemStyle()
View Source

DefaultTitleItemStyle(DefaultTitleItemStyle)

Creates a new instance of a DefaultTitleItemStyle with style.

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

Create DefaultTitleItemStyle by style customized by user.

Properties

View Source

Icon

Icon's style.

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

Label

Label Text's style.

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

Seperator

Seperator's style.

Declaration
C#
Copy
public ViewStyle Seperator { 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