ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1BitmapIcon Class / Source Property



In This Topic
    Source Property (C1BitmapIcon)
    In This Topic
    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