Shape.Stretch Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Stretch Stretch { Stretch get(); void set(Stretch value); };
Stretch Stretch();
void Stretch(Stretch value);
C#
public Stretch Stretch { get; set; }
var stretch = shape.stretch;
shape.stretch = stretch;
Public Property Stretch As Stretch
XAML
<object Stretch="stretchvalueName"/>
One of the Stretch enumeration values. The default value at run time depends on the type of Shape.
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |