pub type ObjectPosition = BackgroundPosition<false>;Expand description
object-position value with a CSS initial value of center center.
Aliased Type§
pub struct ObjectPosition(pub SpacePair<PositionComponent>);Tuple Fields§
§0: SpacePair<PositionComponent>