Table of Contents

Method SetBorderColors

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

SetBorderColors(Color?, Color?, Color?, Color?)

Sets colors of the individual border edges.

public virtual void SetBorderColors(Color? left, Color? top, Color? right, Color? bottom)

Parameters

left Color
top Color
right Color
bottom Color

SetBorderColors(Color?)

Sets the color for all four borders (left, right, top, bottom) simultaneously.

public virtual void SetBorderColors(Color? value)

Parameters

value Color

A Color to apply to all border sides.