ThumbnailSpacing Property (ThumbnailEx)
In This Topic
Sets the spacing between each thumbnail in the control. Set a size of (0, 0) to apply automatic spacing, otherwise a size larger than ThumbnailSize is suggested.
Default value is (0, 0).
Syntax
'Declaration
Public Property ThumbnailSpacing As Size
public Size ThumbnailSpacing {get; set;}
public read-write property ThumbnailSpacing: Size;
public function get,set ThumbnailSpacing : Size
public: __property Size get_ThumbnailSpacing();
public: __property void set_ThumbnailSpacing(
Size value
);
public:
property Size ThumbnailSpacing {
Size get();
void set ( Size value);
}
See Also