Viewbox.Stretch Propiedad

Definición

Obtiene o establece el modo Stretch , que determina cómo encaja el contenido en el espacio disponible.

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

void Stretch(Stretch value);
public Stretch Stretch { get; set; }
var stretch = viewbox.stretch;
viewbox.stretch = stretch;
Public Property Stretch As Stretch
<ViewBox Stretch="stretchMemberName"/>

Valor de propiedad

Un modo Stretch , que determina cómo encaja el contenido en el espacio disponible. El valor predeterminado es Uniform.

Se aplica a