Method SetColors
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
ColorColor of the left edge.
topColor
ColorColor of the top edge.
rightColor
ColorColor of the right edge.
bottomColor
ColorColor of the bottom edge.