[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")]
public class OutOfRangeIndicator : INotifyPropertyChanged<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")>
Public Class OutOfRangeIndicator
Implements INotifyPropertyChanged| OutOfRangeIndicator | Initializes a new instance of the OutOfRangeIndicator class |
| ArrowSize | Gets or sets the arrow's size. |
| ColorAboveMax | Gets or sets the arow color which is visible when the current value is above the maximum value. |
| ColorBelowMin | Gets or sets the the arow color which is visible when the current value is below the minimum value. |
| Padding | Gets or sets the empty space around the arrow. |
| Visible | Gets or sets the indicator's visibility. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| 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) |
| ResetArrowSize | Sets the ArrowSize to the default value. |
| ResetColorAboveMax | Sets the ColorAboveMax to the default value. |
| ResetColorBelowMin | Sets the ColorBelowMin to the default value. |
| ResetPadding | Sets the Padding to the default value. |
| ResetVisible | Sets the Visible to the default value. |
| ShouldSerializeArrowSize | Indicates whether the ArrowSize property should be serialized by Visual Studio designer. |
| ShouldSerializeColorAboveMax | Indicates whether the ColorAboveMax property should be serialized by Visual Studio designer. |
| ShouldSerializeColorBelowMin | Indicates whether the ColorBelowMin property should be serialized by Visual Studio designer. |
| ShouldSerializePadding | Indicates whether the Padding property should be serialized by Visual Studio designer. |
| ShouldSerializeVisible | Indicates whether the Visible property should be serialized by Visual Studio designer. |
| ToString |
Returns a System.String that represents the current System.Object.
(Overrides ObjectToString) |
| PropertyChanged | Occurs when a property value changes. |