OutOfRangeIndicator Class

Represents the settings for the out of range indicators.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")]
public class OutOfRangeIndicator : INotifyPropertyChanged
Inheritance
Object    OutOfRangeIndicator
Implements
INotifyPropertyChanged

Constructors

OutOfRangeIndicatorInitializes a new instance of the OutOfRangeIndicator class

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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)

Events

PropertyChanged Occurs when a property value changes.

See Also