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