C1.WPF.Chart.Annotation Namespace > Image Class : Source Property |
'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); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2