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
leftColorColorColor of the left edge.
topColorColorColor of the top edge.
rightColorColorColor of the right edge.
bottomColorColorColor of the bottom edge.