Gets the RoundButton control.

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

Syntax

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

Property Value

Type: RoundButton
The control.

See Also