ImageGear .NET - Updated May 1, 2018
TopMargin Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : TopMargin Property
Gets or sets the amount of extra space, in pixels, to leave between the top edge of the control and the top-most item drawn inside the control.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute()>
Public Property TopMargin As Integer
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.TopMargin = value
 
value = instance.TopMargin

Property Value

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

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members