RadialGradientBrush.RadiusX Property

Definition

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

public:
 property double RadiusX { double get(); void set(double value); };
public double RadiusX { get; set; }
member this.RadiusX : double with get, set
Public Property RadiusX As Double

Property Value

The horizontal radius of the outermost circle of the radial gradient. The default is 0.5.

Applies to

See also