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