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