Partager via


InsetClip.LeftInset Propriété

Définition

Obtient ou définit le décalage à partir de la gauche du visuel. La partie du visuel à gauche du LeftInset sera clippée. Animatable.

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

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

Valeur de propriété

Single

float

Décalage à partir de la gauche du visuel.

Remarques

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

S’applique à