Share via


RectangleClip.Top Property

Definition

Gets or sets the offset from the top of the visual. The portion of the visual above the edge defined by Top will be clipped. Animatable.

public:
 property float Top { float get(); void set(float value); };
float Top();

void Top(float value);
public float Top { get; set; }
var single = rectangleClip.top;
rectangleClip.top = single;
Public Property Top As Single

Property Value

Single

float

The offset from the top of the visual, in pixels.

Applies to