RadialGradientBrushRadiusY Property

Gets or sets the vertical radius of the outermost circle of the radial gradient.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[DependsOnAttribute("Radius")]
public RelativeScalar RadiusY { get; set; }

Property Value

RelativeScalar

Implements

IRadialGradientBrushRadiusY

See Also