Click or drag to resize

ButtonState Structure

LightningChart .NET Help
User interactive object button state.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public struct ButtonState

The ButtonState type exposes the following members.

Constructors
  NameDescription
Public methodButtonState
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Return ButtonState as string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldButton
Button.
Public fieldState
State.
Top
See Also