Image Property (RadialMenuCommandItem)
In This Topic
Overridden. Gets or sets the image shown by this menu item. Note that setting this property does not change the image on the associated C1Command.
Syntax
'Declaration
Public Overrides Property Image As Image
public override Image Image {get; set;}
See Also