ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / Image Class / Source Property



In This Topic
    Source Property (Image)
    In This Topic
    Gets or sets the System.Windows.Media.ImageSource for image annotation.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(System.Windows.Media.ImageSourceConverter)>
    Public Property Source As ImageSource
    'Usage
     
    
    Dim instance As Image
    Dim value As ImageSource
     
    instance.Source = value
     
    value = instance.Source
    [TypeConverter(System.Windows.Media.ImageSourceConverter)]
    public ImageSource Source {get; set;}
    [TypeConverter(System.Windows.Media.ImageSourceConverter)]
    public:
    property ImageSource^ Source {
       ImageSource^ get();
       void set (    ImageSource^ value);
    }
    See Also