Accusoft.ThumbnailXpress6.Net
BottomMargin Property




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

Property Value

An integer value which represents the bottom margin.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback