SpreadsheetGear 2017
Position Property (IColorStop)






SpreadsheetGear Namespace > IColorStop Interface : Position Property
Gets or sets the position of the color stop.
Syntax
'Declaration
 
Property Position As System.Double
'Usage
 
Dim instance As IColorStop
Dim value As System.Double
 
instance.Position = value
 
value = instance.Position
System.double Position {get; set;}
read-write property Position: System.Double; 
function get,set Position : System.double
__property System.double get_Position();
__property void set_Position( 
   System.double value
);
property System.double Position {
   System.double get();
   void set (    System.double value);
}
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

IColorStop Interface
IColorStop Members