Gets and sets the spacing between columns.
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the spacing between columns in the control.")]
public int CellHorizontalSpacing {get; set;}
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the spacing between columns in the control.")]
public: __property int get_CellHorizontalSpacing();
public: __property void set_CellHorizontalSpacing(
int value
);
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the spacing between columns in the control.")]
public:
property int CellHorizontalSpacing {
int get();
void set ( int value);
}
Property Value
An integer value which represents the cell horizontal spacing between columns.