ImageGear .NET v24.12 - Updated
LeftMargin Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : LeftMargin Property
Gets or sets the amount of extra space, in pixels, to leave between the left edge of the control and the left-most item drawn inside the control.
Syntax
'Declaration
 
<DescriptionAttribute()>
<CategoryAttribute("Appearance")>
Public Property LeftMargin As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.LeftMargin = value
 
value = instance.LeftMargin
[Description()]
[Category("Appearance")]
public int LeftMargin {get; set;}
[Description()]
[Category("Appearance")]
public: __property int get_LeftMargin();
public: __property void set_LeftMargin( 
   int value
);
[Description()]
[Category("Appearance")]
public:
property int LeftMargin {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
Note that the Thumbnail control is resizable, so the amount of margin on the right side is determined automatically.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members