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

In This Topic
    ImageSource Property
    In This Topic
    Gets an ImageSource that is automatically updated to show the content of the C1Bitmap.
    Syntax
    'Declaration
     
    Public ReadOnly Property ImageSource As Windows.UI.Xaml.Media.ImageSource
    public Windows.UI.Xaml.Media.ImageSource ImageSource {get;}
    See Also