Table of Contents

Method SetChildrenForegroundColor

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

SetChildrenForegroundColor(Color?, bool)

Sets children foreground color.

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

Parameters

color Color

New foreground color value

recursive bool

Whether to apply to all children recurively.

SetChildrenForegroundColor<T>(Color?, bool)

Sets children foreground color.

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

Parameters

color Color

New foreground color value

recursive bool

Whether to apply to all children recurively.

Type Parameters

T