Class PaginationStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
- API Level:
- 8
PaginationStyle used to config the pagination represent.
public class PaginationStyle : ControlStyle, INotifyPropertyChanged, IDynamicResourceHandler, IDisposable
- Inheritance
-
Tizen.NUI.Binding.BindableObjectTizen.NUI.BaseComponents.ViewStyleTizen.NUI.Components.ControlStylePaginationStyle
- Implements
Constructors
View SourcePaginationStyle()
Creates a new instance of a PaginationStyle.
Declaration
public PaginationStyle()
API Level: 8
View SourcePaginationStyle(PaginationStyle)
Creates a new instance of a PaginationStyle using style.
Declaration
public PaginationStyle(PaginationStyle style)
Parameters
Type | Name | Description |
---|---|---|
PaginationStyle | style | Create PaginationStyle by style customized by user. |
API Level: 8
Properties
View SourceIndicatorImageUrl
Gets or sets the resource of indicator.
Declaration
public Selector<string> IndicatorImageUrl { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.Selector<String> |
API Level: 8
View SourceIndicatorSize
Gets or sets the size of the indicator.
Declaration
public Size IndicatorSize { get; set; }
Property Value
Type | Description |
---|---|
Size |
API Level: 8
View SourceIndicatorSpacing
Gets or sets the space of the indicator.
Declaration
public int IndicatorSpacing { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 8
Methods
View SourceCopyFrom(BindableObject)
Retrieves a copy of PaginationStyle.
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.Binding.BindableObject | bindableObject | The style that need to copy. |
Overrides
Tizen.NUI.Binding.BindableObject.CopyFrom(Tizen.NUI.Binding.BindableObject)