SpreadsheetGear 2017
RectangleRight Property (IRectangularGradient)






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