SpreadsheetGear 2017
ColorStops Property (IGradient)






SpreadsheetGear Namespace > IGradient Interface : ColorStops Property
Returns the color stops associated with this gradient.
Syntax
'Declaration
 
ReadOnly Property ColorStops As IColorStops
'Usage
 
Dim instance As IGradient
Dim value As IColorStops
 
value = instance.ColorStops
IColorStops ColorStops {get;}
read-only property ColorStops: IColorStops; 
function get ColorStops : IColorStops
__property IColorStops* get_ColorStops();
property IColorStops^ ColorStops {
   IColorStops^ get();
}
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

IGradient Interface
IGradient Members