Image Property (SideButton)
Gets or sets the image displayed on a button view.
public Image Image {get; set;}
'Declaration
Public Property Image As Image
'Usage
Dim instance As SideButton
Dim value As Image
instance.Image = value
value = instance.Image
Property Value
An
Image that indicates the image displayed on a button view.