Click or drag to resize
ImageStretch Property
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.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Stretch Stretch { get; set; }

Property Value

Type: Stretch
See Also