BlazeSeekBarStyle - React Native
The player seek bar style
Properties
isVisible
isVisible?: booleanIndicates whether the seek bar is visible.
backgroundColor
backgroundColor?: string // HEX RGBAThe background color of the seek bar.
progressColor
progressColor?: string //HEX RGBAThe progress color of the seek bar.
height
height?: number //HEX RGBAThe height of the seek bar.
cornerRadius
cornerRadius?: numberThe corner radius of the seek bar thumb.
thumbColor
thumbColor?: string //HEX RGBAThe color of the seek bar thumb.
thumbImage
thumbImage?: BlazeImage = { }The custom image for the seek bar thumb
thumbSize
thumbSize?: numberIndicates the size of the thumb.
isThumbVisible
isThumbVisible?: booleanIndicates of the thumb is visible when video is playing.
Initialization
Initializes a new instance of BlazeSeekBarStyle
interface BlazeSeekBarStyle {
isVisible?: boolean;
backgroundColor?: string; //Hex,
progressColor?: string; //Hex,
height?: number;
cornerRadius?: number;
thumbColor?: string; //Hex,
thumbImage?: BlazeImage;
thumbSize?: number;
isThumbVisible?: boolean;
}Updated 11 days ago
Did this page help you?
