Class PaginationStyle

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
8

PaginationStyle used to config the pagination represent.

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

Constructors

View Source

PaginationStyle()

Creates a new instance of a PaginationStyle.

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

PaginationStyle(PaginationStyle)

Creates a new instance of a PaginationStyle using style.

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

Create PaginationStyle by style customized by user.

API Level: 8

Fields

View Source

IndicatorImageUrlSelectorProperty

The IndicatorImageUrlSelector bindable property.

Declaration
C#
Copy
public static readonly BindableProperty IndicatorImageUrlSelectorProperty
Field Value
Type Description
BindableProperty
View Source

IndicatorSizeProperty

The IndicatorSize bindable property.

Declaration
C#
Copy
public static readonly BindableProperty IndicatorSizeProperty
Field Value
Type Description
BindableProperty
View Source

IndicatorSpacingProperty

The IndicatorSpacing bindable property.

Declaration
C#
Copy
public static readonly BindableProperty IndicatorSpacingProperty
Field Value
Type Description
BindableProperty

Properties

View Source

IndicatorImageUrl

Gets or sets the resource of indicator.

Declaration
C#
Copy
public Selector<string> IndicatorImageUrl { get; set; }
Property Value
Type Description
Selector<String>
API Level: 8
View Source

IndicatorSize

Gets or sets the size of the indicator.

Declaration
C#
Copy
public Size IndicatorSize { get; set; }
Property Value
Type Description
Size
API Level: 8
View Source

IndicatorSpacing

Gets or sets the space of the indicator.

Declaration
C#
Copy
public int IndicatorSpacing { get; set; }
Property Value
Type Description
Int32
API Level: 8

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
API Level: 8

Implements

IDisposable

Extension Methods