RectangleClip.Bottom Eigenschaft

Definition

Ruft den Offset vom unteren Rand des Visuals ab oder legt dieses fest. Der Teil des Visuals unterhalb des durch definierten Bottom Rands wird abgeschnitten. 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

Eigenschaftswert

Single

float

Der Offset vom unteren Rand des Visuals in Pixel.

Gilt für: