Viewbox.StretchDirection 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 stretchDirection, qui détermine la façon dont la mise à l’échelle est appliquée au contenu d’une zone d’affichage.
public:
property StretchDirection StretchDirection { StretchDirection get(); void set(StretchDirection value); };
StretchDirection StretchDirection();
void StretchDirection(StretchDirection value);
public StretchDirection StretchDirection { get; set; }
var stretchDirection = viewbox.stretchDirection;
viewbox.stretchDirection = stretchDirection;
Public Property StretchDirection As StretchDirection
<ViewBox StretchDirection="stretchDirectionMemberName" />
Valeur de propriété
StretchDirection, qui détermine la façon dont la mise à l’échelle est appliquée au contenu d’une zone d’affichage. La valeur par défaut est Both.