In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / ThumbnailSpacing Property

ThumbnailSpacing Property (ThumbnailEx)

In This Topic
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