Accusoft.ThumbnailXpress6.Net
TopMargin Property




Gets and sets the margin on the top-most side of the control.
Syntax
'Declaration
 
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates the margin on the top-most side of the control.")>
Public Property TopMargin As Integer
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Integer
 
instance.TopMargin = value
 
value = instance.TopMargin
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the margin on the top-most side of the control.")]
public int TopMargin {get; set;}
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the margin on the top-most side of the control.")]
public: __property int get_TopMargin();
public: __property void set_TopMargin( 
   int value
);
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the margin on the top-most side of the control.")]
public:
property int TopMargin {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the top margin.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback