Share via


RadialGradient.EllipseRadius Property

The radius of the gradient. This is the distance from CenterPoint that a GradientStop with Offset equal to 1 would map to.

Expressed in the unit coordinate space of the gradient image area, i.e., the top left corner of the gradient image is at (0.0), and the bottom right corner is at (1, 1).

To create a circle, specify a value for only one dimension and set the other to 0.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public EllipseRadius EllipseRadius { get; set; }
'Declaration
Public Property EllipseRadius As EllipseRadius
    Get
    Set
public:
virtual property EllipseRadius^ EllipseRadius {
    EllipseRadius^ get () sealed;
    void set (EllipseRadius^ value) sealed;
}
function get_EllipseRadius();
function set_EllipseRadius(value);

Property Value

Type: EllipseRadius

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

RadialGradient Class

RadialGradient.RadialGradient Members

Lumia.Imaging Namespace