Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1BitmapIcon Class / Source Property

In This Topic
    Source Property (C1BitmapIcon)
    In This Topic
    Gets or sets the image source.
    Syntax
    'Declaration
     
    
    Public Property Source As ImageSource
    public ImageSource Source {get; set;}
    See Also