Skip to main content

StyleTextOrientationValue

Type Alias StyleTextOrientationValue 

Source
pub type StyleTextOrientationValue = CssPropertyValue<StyleTextOrientation>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StyleTextOrientation)