Table of Contents

Method SetColorsFrom

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

SetColorsFrom(ISystemColorStructs)

Sets the system colors from the specified ISystemColorStructs instance. Each property of the colors parameter is assigned to the corresponding system color using SetColor(KnownSystemColor, ColorStruct).

public static void SetColorsFrom(ISystemColorStructs colors)

Parameters

colors ISystemColorStructs

An object that provides color values for all known system colors.