RadialGradient.Stops Property

List of GradientStop defining the color changes within the gradient.

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

Syntax

public GradientStop[] Stops { get; set; }
'Declaration
Public Property Stops As GradientStop()
    Get
    Set
public:
virtual property array<GradientStop>^ Stops {
    array<GradientStop>^ get () sealed;
    void set (array<GradientStop>^ value) sealed;
}
function get_Stops();
function set_Stops(value);

Property Value

Type: GradientStop[]

Implements

IGradient.Stops

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

RadialGradient Class

RadialGradient.RadialGradient Members

Lumia.Imaging Namespace