public class ValveArrow : INotifyPropertyChanged, IDisposablePublic Class ValveArrow
Implements INotifyPropertyChanged, IDisposable| ValveArrow | Creates an instance of the ValveArrow. |
| ArrowPosition | Gets or sets the arrow position. |
| BackColor | Gets or sets the BackColor. |
| BorderColor | Gets or sets the border color. |
| FontLabel | Gets or sets the Label's Font. |
| FontValue | Gets or sets the Value's Font. |
| LevelBackColor | Gets or sets the liquid's color in Valve. |
| Name | Gets or sets the Name. |
| Size | Gets or sets the arrow Size. |
| Text | Gets or sets the Text. |
| TextColor | Gets or sets the text color. |
| Value | Gets or sets the value of the arrow to point at. |
| ValueForeColor | Gets or sets the Value's ForeColor. |
| ValueFormat | Gets or sets the string format of Value property. See Format(String, Object) method for more information. |
| Dispose | Disposes all resources used by this class. |
| Dispose(Boolean) | Disposes resources used by this class. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Destructor for this class.
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged | Fires PropertyChanged event. |
| ResetArrowPosition | Sets the ArrowPosition to the default value. |
| ResetBackColor | Sets the BackColor to the default value. |
| ResetBorderColor | Sets the BorderColor to the default value. |
| ResetFontLabel | Sets the FontLabel to the default value. |
| ResetFontValue | Sets the FontValue to the default value. |
| ResetName | Sets the Name to the default value. |
| ResetSize | Sets the Size to the default value. |
| ResetText | Sets the Text to the default value. |
| ResetTextColor | Sets the TextColor to the default value. |
| ResetValue | Sets the Value to the default value. |
| ResetValueForeColor | Sets the ValueForeColor to the default value. |
| ResetValueFormat | Sets the ValueFormat to the default value. |
| ShouldSerializeArrowPosition | Indicates whether the ArrowPosition property should be serialized by Visual Studio designer. |
| ShouldSerializeBackColor | Indicates whether the BackColor property should be serialized by Visual Studio designer. |
| ShouldSerializeBorderColor | Indicates whether the BorderColor property should be serialized by Visual Studio designer. |
| ShouldSerializeFontLabel | Indicates whether the FontLabel property should be serialized by Visual Studio designer. |
| ShouldSerializeFontValue | Indicates whether the FontValue property should be serialized by Visual Studio designer. |
| ShouldSerializeName | Indicates whether the Name property should be serialized by Visual Studio designer. |
| ShouldSerializeSize | Indicates whether the Size property should be serialized by Visual Studio designer. |
| ShouldSerializeText | Indicates whether the Text property should be serialized by Visual Studio designer. |
| ShouldSerializeTextColor | Indicates whether the TextColor property should be serialized by Visual Studio designer. |
| ShouldSerializeValue | Indicates whether the Value property should be serialized by Visual Studio designer. |
| ShouldSerializeValueForeColor | Indicates whether the ValueForeColor property should be serialized by Visual Studio designer. |
| ShouldSerializeValueFormat | Indicates whether the ValueFormat property should be serialized by Visual Studio designer. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged | Occurs when a property value changes. |