Gets or sets the amount of horizontal space between thumbnails displayed in the control.
Syntax
[DefaultValue()]
[Browsable(true)]
[Description("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")]
[Category("ImGearThumbnailList Properties")]
public int XSpacing {get; set;}
[DefaultValue()]
[Browsable(true)]
[Description("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")]
[Category("ImGearThumbnailList Properties")]
public: __property int get_XSpacing();
public: __property void set_XSpacing(
int value
);
[DefaultValue()]
[Browsable(true)]
[Description("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")]
[Category("ImGearThumbnailList Properties")]
public:
property int XSpacing {
int get();
void set ( int value);
}
Property Value
An integer value.
See Also