BaseGauge Properties
Represents the base class for gauges.| Name | Description |
|---|---|
| Bounds | Gets or sets the gauge’s bounds. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| IsDisposing | Gets whether the object is being disposed of. |
| MinimumSize | Gets the gauge’s minimum size. |
| Model | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| Name | Gets or sets the gauge’s name. |
| ParentCollectionName | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| ParentName | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| ProportionalStretch | Gets or sets whether the gauge is proportionally zoomed when resizing. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| Tag | Gets or sets the object that contains data associated with the BaseGauge object. |
| TypeNameEx | Gets the type name of the current object. |
See Also