Range Class

Represents a colored range in the Gauge control.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
public class Range : INotifyPropertyChanged
Inheritance
Object    Range
Implements
INotifyPropertyChanged

Constructors

Range Creates an instance of the Range.

Properties

BackColor Gets or sets the BackColor.
EndValue Gets or sets the end value of the range.
Name Gets or sets the Name.
StartValue Gets or sets the start value of the range.
Width Gets or sets the width of the arc.

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)
ResetBackColor Sets the BackColor to the default value.
ResetEndValue Sets the EndValue to the default value.
ResetName Sets the Name to the default value.
ResetStartValue Sets the StartValue to the default value.
ResetWidth Sets the Width to the default value.
ShouldSerializeBackColor Indicates whether the BackColor property should be serialized by Visual Studio designer.
ShouldSerializeEndValue Indicates whether the EndValue property should be serialized by Visual Studio designer.
ShouldSerializeName Indicates whether the Name property should be serialized by Visual Studio designer.
ShouldSerializeStartValue Indicates whether the StartValue property should be serialized by Visual Studio designer.
ShouldSerializeWidth Indicates whether the Width property should be serialized by Visual Studio designer.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Occurs when a property value changes.

See Also