HorizontalGalleryStyles interface
<xref:HorizontalGallery> Component Styles.
- Extends
Properties
children | Styles for each child of <xref:HorizontalGallery> |
next |
Styles for navigation button to go to next page |
previous |
Styles for navigation button to go to previous page |
Inherited Properties
root | Styles for the root container. |
Property Details
children
Styles for each child of <xref:HorizontalGallery>
children?: IStyle
Property Value
IStyle
nextButton
Styles for navigation button to go to next page
nextButton?: IStyle
Property Value
IStyle
previousButton
Styles for navigation button to go to previous page
previousButton?: IStyle
Property Value
IStyle
Inherited Property Details
root
Styles for the root container.
root?: IStyle
Property Value
IStyle
Inherited From BaseCustomStyles.root