InsetClip.BottomInset Eigenschaft

Definition

Ruft den Offset vom unteren Rand des Visuals ab oder legt dieses fest. Der Teil des Visuals unterhalb des BottomtInset wird abgeschnitten. Animatable.

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

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

Eigenschaftswert

Single

float

Der Offset vom unteren Rand des Visuals.

Hinweise

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

Gilt für: