Gets or sets the amount of horizontal space between thumbnails displayed on the control, in WPF device independent units.
Syntax
public double XSpacing {get; set;}
public: __property double get_XSpacing();
public: __property void set_XSpacing(
double value
);
'Declaration
Public Property XSpacing As Double
'Usage
Dim instance As ImGearThumbnailList
Dim value As Double
instance.XSpacing = value
value = instance.XSpacing
Property Value
Double value.
See Also