Gets or sets the left point or vector that the gradient fill converges to.
double RectangleLeft {get; set;}
'Declaration
Property RectangleLeft As Double
'Usage
Dim instance As IGradient
Dim value As Double
instance.RectangleLeft = value
value = instance.RectangleLeft
Property Value
A
System.Double value in range 0..1 that represents the left point or vector.