ComponentOne FinancialChart for WPF
Source Property (Image)



C1.WPF.Chart.Annotation Namespace > Image Class : Source Property
Gets or sets the System.Windows.Media.ImageSource for image annotation.
Syntax
'Declaration
 
<TypeConverterAttribute("System.Windows.Media.ImageSourceConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
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, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public ImageSource Source {get; set;}
[TypeConverter("System.Windows.Media.ImageSourceConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public:
property ImageSource^ Source {
   ImageSource^ get();
   void set (    ImageSource^ value);
}
See Also

Reference

Image Class
Image Members