Class DefaultLinearItemStyle

Definition

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

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

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

Constructors

View Source

DefaultLinearItemStyle()

Creates a new instance of a DefaultLinearItemStyle.

Declaration
C#
Copy
public DefaultLinearItemStyle()
View Source

DefaultLinearItemStyle(DefaultLinearItemStyle)

Creates a new instance of a DefaultLinearItemStyle with style.

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

Create DefaultLinearItemStyle by style customized by user.

Properties

View Source

Extra

Extra's style.

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

SubLabel

Sublabel Text's style.

Declaration
C#
Copy
public TextLabelStyle SubLabel { get; set; }
Property Value
Type Description
TextLabelStyle

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