ImageGear .NET v24.12 - Updated
ItemsMargin Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : ItemsMargin Property
Gets or sets the region within the control (in WPF device independent units) where thumbnail items are displayed.
Syntax
'Declaration
 
Public Property ItemsMargin As Thickness
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Thickness
 
instance.ItemsMargin = value
 
value = instance.ItemsMargin
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);
}

Property Value

Thickness value.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members