Partager via


InsetClip.BottomInset Propriété

Définition

Obtient ou définit le décalage à partir du bas du visuel. La partie du visuel sous BottomInset sera coupée. 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

Valeur de propriété

Single

float

Décalage à partir du bas du visuel.

Remarques

Cette propriété peut être animée. Appelez CompositionObject.StartAnimation pour l’associer à une CompositionAnimation.

S’applique à