Table of Contents

Method SetChildrenBackgroundColor

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetChildrenBackgroundColor(Color?, bool)

Sets children background color.

public virtual void SetChildrenBackgroundColor(Color? color, bool recursive = false)

Parameters

color Color

New background color value

recursive bool

Whether to apply to all children recurively.

SetChildrenBackgroundColor<T>(Color?, bool)

Sets children background color.

public virtual void SetChildrenBackgroundColor<T>(Color? color, bool recursive = false)

Parameters

color Color

New background color value

recursive bool

Whether to apply to all children recurively.

Type Parameters

T