Type Alias TextDecorationTrim

Source
pub type TextDecorationTrim = GenericTextDecorationTrim<Length>;
Expand description

Implements type for text-decoration-trim property.

Aliased Type§

#[repr(C, u8)]
pub enum TextDecorationTrim { Auto, Length { start: CSSPixelLength, end: CSSPixelLength, }, }

Variants§

§

Auto

auto value

§

Length

Start and end length values.