Skip to main content

StyleAppRegionValue

Type Alias StyleAppRegionValue 

Source
pub type StyleAppRegionValue = CssPropertyValue<StyleAppRegion>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StyleAppRegion)