Accusoft.ThumbnailXpress6.Net
LeftMargin Property




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

Property Value

An integer value which represents the left margin.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback