ImageGear .NET
ItemsMargin Property




Gets or sets the region within the control (in WPF device independent units) where thumbnail items are displayed.
Syntax
public Thickness ItemsMargin {get; set;}
public: __property Thickness get_ItemsMargin();
public: __property void set_ItemsMargin( 
   Thickness value
);
public:
property Thickness ItemsMargin {
   Thickness get();
   void set (    Thickness value);
}
'Declaration
 
Public Property ItemsMargin As Thickness
 
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Thickness
 
instance.ItemsMargin = value
 
value = instance.ItemsMargin

Property Value

Thickness value.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback