Gets or sets a value that describes how an Image should be stretched to fill the destination rectangle.
Returns a value of the Stretch enumeration that specifies how the source image is applied if the Height and Width of the Image are specified and are different
than the source image's height and width. The default value is Uniform.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Stretch Stretch { get; set; }
Property Value
Type:
StretchSee Also