SpreadsheetGear 2017
RectangleLeft Property (IRectangularGradient)






SpreadsheetGear Namespace > IRectangularGradient Interface : RectangleLeft Property
Gets or sets a value which specifies the left point that the gradient converges to.
Syntax
'Declaration
 
Property RectangleLeft As System.Double
'Usage
 
Dim instance As IRectangularGradient
Dim value As System.Double
 
instance.RectangleLeft = value
 
value = instance.RectangleLeft
System.double RectangleLeft {get; set;}
read-write property RectangleLeft: System.Double; 
function get,set RectangleLeft : System.double
__property System.double get_RectangleLeft();
__property void set_RectangleLeft( 
   System.double value
);
property System.double RectangleLeft {
   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

IRectangularGradient Interface
IRectangularGradient Members