Accusoft.ThumbnailXpress6.Net
RightMargin Property




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

Property Value

An integer value which represents the right margin.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback