pub type VerticalPosition = LengthPercentage;Expand description
The computed value of a CSS vertical position.
Aliased Type§
#[repr(C)]pub struct VerticalPosition(NumericUnion<LengthPercentageTag, f32, CalcLengthPercentage>);Tuple Fields§
§0: NumericUnion<LengthPercentageTag, f32, CalcLengthPercentage>