Class PaginationStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
PaginationStyle used to config the pagination represent.
C#
Copy
public class PaginationStyle : ControlStyle, INotifyPropertyChanged, IDisposable
- Inheritance
- Implements
-
System.
Component Model. INotify Property Changed System.IDisposable
Constructors
Declaration
C#
Copy
public PaginationStyle()
View Source
PaginationStyle(PaginationStyle)
Creates a new instance of a PaginationStyle using style.
Declaration
C#
Copy
public PaginationStyle(PaginationStyle style)
Parameters
Type | Name | Description |
---|---|---|
Pagination |
style | Create PaginationStyle by style customized by user. |
Properties
Declaration
C#
Copy
public Selector<string> IndicatorImageUrl { get; set; }
Property Value
Type | Description |
---|---|
Selector<string> |
Declaration
C#
Copy
public Size IndicatorSize { get; set; }
Property Value
Type | Description |
---|---|
Size |
Declaration
C#
Copy
public int IndicatorSpacing { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type | Name | Description |
---|---|---|
Bindable |
bindableObject |
Overrides
Tizen.NUI.BaseComponents.ViewStyle.CopyFrom(Tizen.NUI.Binding.BindableObject)
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable