ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Annotation Namespace / Image Class / Source Property

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