RectangularGradient.RectangleLeft Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the point or vector that the gradient fill converges to. Read/write
public:
property double RectangleLeft { double get(); void set(double value); };
public double RectangleLeft { get; set; }
Public Property RectangleLeft As Double
Property Value
Double
Remarks
Works with RectangleRight, RectangleTop, and RectangleBottom. Valid values are listed in the table below.
RectangleLeft | 0-1 |
RectangleRight | 0-1 |
RectangleTop | 0-1 |
RectangleBottom | 0-1 |