ComponentOne FinancialChart for WPF
Source Property (C1BitmapIcon)



C1.WPF Namespace > C1BitmapIcon Class : Source Property
Gets or sets the image source.
Syntax
'Declaration
 
Public Property Source As ImageSource
'Usage
 
Dim instance As C1BitmapIcon
Dim value As ImageSource
 
instance.Source = value
 
value = instance.Source
public ImageSource Source {get; set;}
public:
property ImageSource^ Source {
   ImageSource^ get();
   void set (    ImageSource^ value);
}
See Also

Reference

C1BitmapIcon Class
C1BitmapIcon Members