Freigeben über


InsetClip.TopInset Eigenschaft

Definition

Ruft den Offset vom Anfang des Visuals ab oder legt dieses fest. Der Teil des Visuals oberhalb von TopInset wird abgeschnitten. Animatable.

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

void TopInset(float value);
public float TopInset { get; set; }
var single = insetClip.topInset;
insetClip.topInset = single;
Public Property TopInset As Single

Eigenschaftswert

Single

float

Der Offset vom oberen Rand des Visuals.

Hinweise

Diese Eigenschaft kann animiert werden. Rufen Sie CompositionObject.StartAnimation auf, um es einer CompositionAnimation zuzuordnen.

Gilt für: