TextDecorationInset

Type Alias TextDecorationInset 

Source
pub type TextDecorationInset = GenericTextDecorationInset<Length>;
Expand description

Implements type for text-decoration-inset property.

Aliased Type§

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

Variants§

§

Auto

auto value

§

Length

Start and end length values.