Type Alias style::values::specified::box_::Perspective

source ·
pub type Perspective = GenericPerspective<NonNegativeLength>;
Expand description

A specified value for the perspective property.

Aliased Type§

enum Perspective {
    Length(NonNegative<Length>),
    None,
}

Variants§

§

Length(NonNegative<Length>)

A non-negative length.

§

None

The keyword none.