Click or drag to resize

ThemedTextStepperHandlerBackgroundColor Property

Gets or sets the color for the background of the control

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override Color BackgroundColor { get; set; }

Property Value

Type: Color
The color of the background.

Implements

ControlIHandlerBackgroundColor
ControlIHandlerBackgroundColor
Remarks
Note that on some platforms (e.g. Mac), setting the background color of a control can change the performance characteristics of the control and its children, since it must enable layers to do so.
See Also