BaseGaugeWin Members
In This Article
#Constructors
Name | Description |
---|---|
Base |
Initializes a new instance of the Base |
Base |
Initializes a new instance of the Base |
#Properties
Name | Description |
---|---|
Accessible |
Gets or sets the object’s description used by accessibility client applications. |
Accessible |
Gets or sets a pattern that formats the object description used by accessibility client applications. |
Accessible |
Gets or sets the object’s name used by accessibility client applications. |
Accessible |
Gets or sets a pattern that formats the object value used by accessibility client applications. |
Bounds |
Gets or sets the gauge’s bounds.
Inherited from Base |
Can |
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. |
Design |
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. |
Images | Provides access to the collection of custom images used within this gauge. |
Is |
Gets whether the object is being disposed of.
Inherited from Base |
Labels | Provides access to the collection of static labels for the current gauge. |
Minimum |
Gets the gauge’s minimum size.
Inherited from Base |
Model |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Name | Gets or sets the gauge’s name. |
Options |
Provides options that control the tooltip display for the gauge’s elements. |
Parent |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Parent |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Proportional |
Gets or sets whether the gauge is proportionally zoomed when resizing.
Inherited from Base |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag |
Gets or sets the object that contains data associated with the Base |
Type |
Gets the type name of the current object.
Inherited from Base |
#Methods
Name | Description |
---|---|
Add |
Adds an image indicator to the gauge. |
Add |
Creates a new label and adds it to the Base |
Apply |
Applies the specified collection of styles to the current gauge.
Inherited from Base |
Apply |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the color scheme currently applied to this gauge.
Inherited from Base |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Base |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Read |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Base |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Changed |
Fires when the object’s properties are changed.
Inherited from Base |
Custom |
Occurs before every gauge element is drawn, allowing you to draw it in a custom manner.
Inherited from Base |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also