ImageGear for .NET
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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback