Compartir a través de


CaptureElement.Stretch Propiedad

Definición

Obtiene o establece cómo se cambia el tamaño del contenido de Source para rellenar su espacio asignado, tal y como lo declaran las propiedades Height y Width de CaptureElement.

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

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

Valor de propiedad

Valor de la enumeración.

Se aplica a