Share via


CaptureElement.Stretch Property

Definition

Gets or sets how content from Source is resized to fill its allocated space, as declared by the Height and Width properties of the 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" />

Property Value

A value of the enumeration.

Applies to