Picture Property (FpButton)
In This Topic
Gets or sets the image displayed in the button.
Syntax
'Declaration
Public Property Picture As Image
'Usage
Dim instance As FpButton
Dim value As Image
instance.Picture = value
value = instance.Picture
public Image Picture {get; set;}
See Also