pub type Position = Position<HorizontalPosition, VerticalPosition>;Expand description
The computed value of a CSS <position>
Aliased Type§
#[repr(C)]pub struct Position {
pub horizontal: LengthPercentage,
pub vertical: LengthPercentage,
}Fields§
§horizontal: LengthPercentageThe horizontal component of position.
vertical: LengthPercentageThe vertical component of position.