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