Class DefaultGridItemStyle

Definition

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

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

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

Constructors

View Source

DefaultGridItemStyle()

Creates a new instance of a DefaultGridItemStyle.

Declaration
C#
Copy
public DefaultGridItemStyle()
API Level: 8
View Source

DefaultGridItemStyle(DefaultGridItemStyle)

Creates a new instance of a DefaultGridItemStyle with style.

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

Create DefaultGridItemStyle by style customized by user.

Properties

View Source

Badge

Extra's style.

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

Image

Icon's style.

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

Label

Label Text's style.

Declaration
C#
Copy
public TextLabelStyle Label { 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