InsetClip.BottomInset Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le décalage du bas du visuel. La partie du visuel située sous bottomtInset sera clippé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 par rapport au bas du visuel.
Remarques
Cette propriété peut être animée. Appelez CompositionObject.StartAnimation pour l’associer à une CompositionAnimation.