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

In This Topic
    Source Property
    In This Topic
    Gets or sets the source for the image.
    Syntax
    'Declaration
     
    Public Property Source As Windows.UI.Xaml.Media.ImageSource
    public Windows.UI.Xaml.Media.ImageSource Source {get; set;}
    See Also