Initializes a new instance of the RoundButtonRenderer class.

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

Syntax

C#
public RoundButtonRenderer(
	RoundButton..::..ButtonAppearance appearance
)
Visual Basic
Public Sub New ( 
	appearance As RoundButton..::..ButtonAppearance
)
Visual C++
public:
RoundButtonRenderer(
	RoundButton..::..ButtonAppearance^ appearance
)
F#
new : 
        appearance : RoundButton..::..ButtonAppearance -> RoundButtonRenderer

Parameters

appearance
Type: Dapfor.Net.Ui..::..RoundButton..::..ButtonAppearance
The appearance.

See Also