Spread Windows Forms 12.0 Product Documentation
Picture Property (FpHyperlink)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpHyperlink Class : Picture Property
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;}

Property Value

Picture object containing the picture
See Also

Reference

FpHyperlink Class
FpHyperlink Members