RectangularGradient.RectangleBottom 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 RectangleBottom { double get(); void set(double value); };
public double RectangleBottom { get; set; }
Public Property RectangleBottom As Double
Property Value
Double
Remarks
Works with RectangleLeft, RectangleRight, and RectangleTop. Valid values are listed in the table below.
RectangleLeft | 0-1 |
RectangleRight | 0-1 |
RectangleTop | 0-1 |
RectangleBottom | 0-1 |