Gets or sets the parts of RoundButton that are to be painted.

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

Syntax

C#
public RoundButton..::..PaintPart Parts { get; set; }
Visual Basic
Public Property Parts As RoundButton..::..PaintPart
	Get
	Set
Visual C++
public:
property RoundButton..::..PaintPart Parts {
	RoundButton..::..PaintPart get ();
	void set (RoundButton..::..PaintPart value);
}
F#
member Parts : RoundButton..::..PaintPart with get, set

Property Value

Type: RoundButton..::..PaintPart
The parts of RoundButton that are to be painted.

See Also