ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Image Class / Stretch Property

In This Topic
    Stretch Property
    In This Topic
    Gets or sets a value that describes how an image should be stretched to fill the destination rectangle.
    Syntax
    'Declaration
     
    Public Property Stretch As Windows.UI.Xaml.Media.Stretch
    public Windows.UI.Xaml.Media.Stretch Stretch {get; set;}
    See Also