Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / Picture Property


In This Topic
    Picture Property (BannerShape)
    In This Topic
    Gets or sets an image for this element.
    Syntax
    'Declaration
     
    
    Public Overridable Property Picture As Image
    'Usage
     
    
    Dim instance As BannerShape
    Dim value As Image
     
    instance.Picture = value
     
    value = instance.Picture
    public virtual Image Picture {get; set;}
    See Also