Accusoft.ThumbnailXpress6.Net
BottomMargin Property




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

Property Value

An integer value which represents the bottom margin.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback