GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / ThumbnailSpacing Property





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