Gets and sets the spacing between the rows in the control.
[Description("Indicates the spacing between the rows in the control.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public int CellVerticalSpacing {get; set;}
[Description("Indicates the spacing between the rows in the control.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public: __property int get_CellVerticalSpacing();
public: __property void set_CellVerticalSpacing(
int value
);
[Description("Indicates the spacing between the rows in the control.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public:
property int CellVerticalSpacing {
int get();
void set ( int value);
}
Property Value
An integer value which represents the cell vertical spacing between the rows in the control.