Skip to main content

StyleTextBoxEdgeValue

Type Alias StyleTextBoxEdgeValue 

Source
pub type StyleTextBoxEdgeValue = CssPropertyValue<StyleTextBoxEdge>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StyleTextBoxEdge)