Gets and sets the border color of the cells in the control.
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the border color of the cells in the control.")]
public: __property Color get_CellBorderColor();
public: __property void set_CellBorderColor(
Color value
);
Property Value
A
System.Drawing.Color value which represents the border color of the cells.