Nativescript Doc
Preparing search index...
The search index is not available
Documentation
Documentation
ui-pager-indicator
PagerIndicator
Class PagerIndicator
Hierarchy
PagerIndicatorBase
PagerIndicator
Index
Constructors
constructor
Properties
color
items
pager
View
pager
View
Id
selected
Color
type
Methods
dispose
Native
View
get
Count
get
Page
get
Selection
get
Topmost
on
Loaded
set
Count
set
Interactive
Animation
set
Pager
View
set
Progress
set
Selection
without
Animation
Constructors
constructor
new
PagerIndicator
()
:
PagerIndicator
Returns
PagerIndicator
Properties
color
color
:
Color
Gets or sets the color of the view.
items
items
:
any
[]
|
ItemsSource
pager
View
pagerView
:
View
&
IndicatorHolder
pager
View
Id
pagerViewId
:
string
selected
Color
selectedColor
:
string
|
Color
type
type
:
Indicator
Methods
dispose
Native
View
disposeNativeView
()
:
void
Clean up references to the native view.
Returns
void
Abstract
get
Count
getCount
()
:
number
Returns
number
get
Page
getPage
()
:
any
Returns
any
Abstract
get
Selection
getSelection
()
:
number
Returns
number
get
Topmost
getTopmost
<
View
>
(
arg
:
ViewBase
)
:
any
Type Parameters
View
Parameters
arg
:
ViewBase
Returns
any
on
Loaded
onLoaded
()
:
void
Returns
void
Abstract
set
Count
setCount
(
count
:
number
)
:
any
Parameters
count
:
number
Returns
any
Abstract
set
Interactive
Animation
setInteractiveAnimation
(
animated
?:
boolean
)
:
any
Parameters
Optional
animated
:
boolean
Returns
any
set
Pager
View
setPagerView
(
view
:
View
)
:
void
Parameters
view
:
View
Returns
void
Abstract
set
Progress
setProgress
(
position
:
number
,
progress
:
number
)
:
any
Parameters
position
:
number
progress
:
number
Returns
any
Abstract
set
Selection
setSelection
(
index
:
number
,
animated
?:
boolean
)
:
any
Parameters
index
:
number
Optional
animated
:
boolean
Returns
any
Abstract
without
Animation
withoutAnimation
(
callback
:
Function
)
:
any
Parameters
callback
:
Function
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
color
items
pager
View
pager
View
Id
selected
Color
type
Methods
dispose
Native
View
get
Count
get
Page
get
Selection
get
Topmost
on
Loaded
set
Count
set
Interactive
Animation
set
Pager
View
set
Progress
set
Selection
without
Animation
Nativescript Doc
Documentation
Loading...
Gets or sets the color of the view.