IGradient.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

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

Property Value

Type: GradientStop[]

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

IGradient Interface

IGradient.IGradient Members

Lumia.Imaging Namespace