Share via


RectangleClip.Bottom Property

Definition

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.

Applies to