Partager via


InsetClip.TopInset Propriété

Définition

Obtient ou définit le décalage à partir du haut du visuel. La partie du visuel au-dessus du TopInset sera clippée. 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

Valeur de propriété

Single

float

Décalage à partir du haut du visuel.

Remarques

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

S’applique à