Image Property (SideButtonInfo)
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 SideButtonInfo
Dim value As Image
instance.Image = value
value = instance.Image
Property Value
A
SideButton.Image that indicates the image displayed on a button view.