VideoTileStylesProps interface
Fluent styles for VideoTile.
- Extends
Properties
display |
Styles for displayName on the video container. |
overlay |
Styles for container overlayed on the video container. |
video |
Styles for video container. |
Inherited Properties
root | Styles for the root container. |
Property Details
displayNameContainer
Styles for displayName on the video container.
displayNameContainer?: IStyle
Property Value
IStyle
overlayContainer
Styles for container overlayed on the video container.
overlayContainer?: IStyle
Property Value
IStyle
videoContainer
Styles for video container.
videoContainer?: IStyle
Property Value
IStyle
Inherited Property Details
root
Styles for the root container.
root?: IStyle
Property Value
IStyle
Inherited From BaseCustomStyles.root