style::values::specified::box_

Type Alias 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.