Type Alias style::values::specified::basic_shape::ShapePosition
source · pub type ShapePosition = GenericPosition<LengthPercentage, LengthPercentage>;
Expand description
A specified value for at <position>
in circle() and ellipse().
Aliased Type§
struct ShapePosition {
pub horizontal: LengthPercentage,
pub vertical: LengthPercentage,
}
Fields§
§horizontal: LengthPercentage
The horizontal component of position.
vertical: LengthPercentage
The vertical component of position.