Viewbox.StretchDirection Propiedad

Definición

Obtiene o establece stretchDirection, que determina cómo se aplica el escalado al contenido de un viewbox.

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" />

Valor de propiedad

StretchDirection, que determina cómo se aplica el escalado al contenido de un Viewbox. El valor predeterminado es Ambos.

Se aplica a