RectangleClip.Bottom 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.
Gets or sets the offset from the bottom of the visual. The portion of the visual below the edge defined by Bottom
will be clipped. Animatable.
public:
property float Bottom { float get(); void set(float value); };
float Bottom();
void Bottom(float value);
public float Bottom { get; set; }
var single = rectangleClip.bottom;
rectangleClip.bottom = single;
Public Property Bottom As Single
Property Value
Single
float
The offset from the bottom of the visual, in pixels.