Gets or sets the amount of horizontal space between thumbnails displayed on the control, in pixels.
Syntax
__property int get_XSpacing();
__property void set_XSpacing(
int value
);
property int XSpacing {
int get();
void set ( int value);
}
Property Value
Integer value.
See Also