Xceed Grid for WinForms v4.3 Documentation
GradientStops Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GradientMap Class : GradientStops Property
Gets the gradient stops of a GradientMap.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<ApplyToDesignerAttribute(True)>
<DescriptionAttribute("Represents the gradient stop list.")>
<CategoryAttribute("Appearance")>
Public ReadOnly Property GradientStops As GradientStopList
'Usage
 
Dim instance As GradientMap
Dim value As GradientStopList
 
value = instance.GradientStops
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[ApplyToDesigner(true)]
[Description("Represents the gradient stop list.")]
[Category("Appearance")]
public GradientStopList GradientStops {get;}

Property Value

A GradientStopList containing the GradientStop objects of the GradientMap.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GradientMap Class
GradientMap Members