Shape.Stretch Proprietà

Definizione

Ottiene o imposta un valore di enumerazione Stretch che descrive il modo in cui la forma riempie lo spazio allocato.

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

void Stretch(Stretch value);
public Stretch Stretch { get; set; }
var stretch = shape.stretch;
shape.stretch = stretch;
Public Property Stretch As Stretch
<object Stretch="stretchvalueName"/>

Valore della proprietà

Uno dei valori di enumerazione Stretch . Il valore predefinito in fase di esecuzione dipende dal tipo di Shape.

Si applica a