Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / Picture Property


In This Topic
    Picture Property (FpHyperlink)
    In This Topic
    Gets or sets the picture to display in the background of the hyperlink control.
    Syntax
    'Declaration
     
    
    Public Property Picture As Picture
    'Usage
     
    
    Dim instance As FpHyperlink
    Dim value As Picture
     
    instance.Picture = value
     
    value = instance.Picture
    public Picture Picture {get; set;}
    See Also