EmptyBackgroundStyle
: ImageStyle
[Set] |
The background style when the slider is not filled (normally on the right hand side of the slider)
Signature
ImageStyle EmptyBackgroundStyle |
FillBackgroundStyle
: ImageStyle
[Set] |
The background style when the slider is filled (normally on the left hand side of the slider)
Signature
ImageStyle FillBackgroundStyle |
Setup
(
owner
)
|
OnDrag
(
eventData
)
|
The callback implementation for the OnDrag event.
Signature
void OnDrag(PointerEventData eventData) Parameters eventData: PointerEventData
The pointer event data for the drag gesture
Returns void |
OnInitializePotentialDrag
(
eventData
)
|
The callback implementation for the OnInitializePotentialDrag event.
Signature
void OnInitializePotentialDrag(PointerEventData eventData) Parameters eventData: PointerEventData
The pointer event data for the potential drag gesture
Returns void |