Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ImageFill Class / Image Property


In This Topic
    Image Property (ImageFill)
    In This Topic
    Gets the image of this fill.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Image As Image
    'Usage
     
    
    Dim instance As ImageFill
    Dim value As Image
     
    value = instance.Image
    public Image Image {get;}
    See Also