Skip to main content

RadiusProperty Field

Obsolete.

Use RadiusX/RadiusY, note that those properties use relative values, so Radius=0.55 would become RadiusX=55% RadiusY=55%. Radius property is always relative even if the rest of the brush uses absolute values.

Defines the Radius property.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

[ObsoleteAttribute("Use RadiusX/RadiusY, note that those properties use _relative_ values, so Radius=0.55 would become RadiusX=55% RadiusY=55%. Radius property is always relative even if the rest of the brush uses absolute values.")]
public static readonly StyledProperty<double> RadiusProperty
View Source

Field Value

StyledProperty(Double)

See Also

Reference

RadialGradientBrush Class
Avalonia.Media Namespace