Gets the state of the RoundButton.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public RoundButton..::..ButtonState State { get; }
Visual Basic
Public ReadOnly Property State As RoundButton..::..ButtonState
	Get
Visual C++
public:
property RoundButton..::..ButtonState State {
	RoundButton..::..ButtonState get ();
}
F#
member State : RoundButton..::..ButtonState with get

Property Value

Type: RoundButton..::..ButtonState
One of the RoundButton.ButtonState values.

See Also