You are here: Start » AVL.NET » Designer.SetTheme Method

Designer.SetTheme Method

Sets designer color theme.

Namespace:AvlNet.Designers
Assembly:Avl.Net.Designers.dll

Syntax

public virtual void SetTheme
(
	System.Drawing.Color foreColor,
	System.Drawing.Color backColor,
	AvlNet.Designers.Designer.AvlNet.Designers.Designer.IconSet iconTypes
)

Parameters

Name Type Range Default Description
foreColorSystem.Drawing.ColorForeground color of the theme.
backColorSystem.Drawing.ColorBackground color of the theme.
iconTypesAvlNet.Designers.Designer.AvlNet.Designers.Designer.IconSetStyle of icons to be set for the theme.

See also