Skip to main content

ScrollbarStyleValue

Type Alias ScrollbarStyleValue 

Source
pub type ScrollbarStyleValue = CssPropertyValue<ScrollbarStyle>;

Aliased Type§

#[repr(C, u8)]
pub enum ScrollbarStyleValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(ScrollbarStyle), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(ScrollbarStyle)