Skip to main content

LayoutScrollbarWidthValue

Type Alias LayoutScrollbarWidthValue 

Source
pub type LayoutScrollbarWidthValue = CssPropertyValue<LayoutScrollbarWidth>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutScrollbarWidth)