RegionBaseResetColors Method

Safe apply of colors (all color-dependent variables are updated).

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void ResetColors(
	Color textColor,
	Color backColor
)

Parameters

textColor  Color
New text color.
backColor  Color
New background color.

See Also