ValveArrow Class

Represents a colored arrow in the Valve control.

Definition

Namespace: BeeMobile.Valve
Assembly: BeeMobile.Valve.NET48 (in BeeMobile.Valve.NET48.dll) Version: 4.8.0.1
C#
public class ValveArrow : INotifyPropertyChanged, IDisposable
Inheritance
Object    ValveArrow
Implements
INotifyPropertyChanged, IDisposable

Constructors

ValveArrow Creates an instance of the ValveArrow.

Properties

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.

Methods

Dispose Disposes all resources used by this class.
Dispose(Boolean) Disposes resources used by this class.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Destructor for this class.
(Overrides ObjectFinalize)
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)
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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Occurs when a property value changes.

See Also