VerticalGalleryControlBarStyles interface
Styles for the control bar inside the VerticalGallery component
- Extends
Properties
counter | Styles for the counter in the VerticalGalleryControlBar |
next |
styles for the next button in the VerticalGalleryControlBar |
previous |
Styles for the previous button in the VerticalGalleryControlBar |
Inherited Properties
root | Styles for the root container. |
Property Details
counter
Styles for the counter in the VerticalGalleryControlBar
counter?: IStyle
Property Value
IStyle
nextButton
styles for the next button in the VerticalGalleryControlBar
nextButton?: IStyle
Property Value
IStyle
previousButton
Styles for the previous button in the VerticalGalleryControlBar
previousButton?: IStyle
Property Value
IStyle
Inherited Property Details
root
Styles for the root container.
root?: IStyle
Property Value
IStyle
Inherited From BaseCustomStyles.root