ImageGear for .NET
TopMargin Property (ImGearThumbnailCtl)




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
 
<DescriptionAttribute()>
<CategoryAttribute("Appearance")>
Public Property TopMargin As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.TopMargin = value
 
value = instance.TopMargin
[DescriptionAttribute()]
[CategoryAttribute("Appearance")]
public int TopMargin {get; set;}
[DescriptionAttribute()]
[CategoryAttribute("Appearance")]
public: __property int get_TopMargin();
public: __property void set_TopMargin( 
   int value
);
[DescriptionAttribute()]
[CategoryAttribute("Appearance")]
public:
property int TopMargin {
   int get();
   void set (    int value);
}

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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback