Skip to main content

GradientPosition

Type Alias GradientPosition 

Source
pub type GradientPosition = String;
Expand description

Radial/conic gradient center, given as a named anchor ("center", "top", "topLeft", …). Arbitrary Val-offset centers are not yet supported.

Aliased Type§

pub struct GradientPosition { /* private fields */ }