Table of Contents

Method SetColors

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

SetColors(Color?, Color?, Color?, Color?)

Sets colors of the individual border edges.

public virtual bool SetColors(Color? leftColor, Color? topColor, Color? rightColor, Color? bottomColor)

Parameters

leftColor Color

Color of the left edge.

topColor Color

Color of the top edge.

rightColor Color

Color of the right edge.

bottomColor Color

Color of the bottom edge.

Returns

bool