Gets and sets the width of the cells in the control.
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the width of the cells in the control.")]
public: __property int get_CellBorderWidth();
public: __property void set_CellBorderWidth(
int value
);
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the width of the cells in the control.")]
public:
property int CellBorderWidth {
int get();
void set ( int value);
}
Property Value
An integer value which represents the cell border width.