ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / UriSource Property

In This Topic
    UriSource Property (C1Bitmap)
    In This Topic
    Gets or sets a URL that contains a reference to the image to be loaded into this C1Bitmap.
    Syntax
    'Declaration
     
    Public Property UriSource As System.Uri
    public System.Uri UriSource {get; set;}
    See Also