| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property GaugeImage As Image | |
| C# | |
|---|---|
public virtual Image GaugeImage {get; set;} | |
Property Value
ImageThe image will be centered at the Origin point of the gauge. It will be painted behind all other aspects of the gauge (needle, path, pin). The image will be rendered at the same size as the dimensions specified on the image itself (the control will not resize the image).