CompositionViewBox.Stretch Property
Definition
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.
Gets or sets a value that specifies how content fits into the available space.
public:
property CompositionStretch Stretch { CompositionStretch get(); void set(CompositionStretch value); };
CompositionStretch Stretch();
void Stretch(CompositionStretch value);
public CompositionStretch Stretch { get; set; }
var compositionStretch = compositionViewBox.stretch;
compositionViewBox.stretch = compositionStretch;
Public Property Stretch As CompositionStretch
Property Value
An enumeration value that specifies how content fits into the available space. The default is Uniform.