Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : RightMargin Property |
'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); }