ImageGear .NET v24.12 - Updated
TopMargin Property (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : 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
 
Property TopMargin As Integer
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Integer
 
instance.TopMargin = value
 
value = instance.TopMargin
int TopMargin {get; set;}
__property int get_TopMargin();
__property void set_TopMargin( 
   int value
);
property int TopMargin {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members