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
[Description("Indicates the margin on the right most side of the control.")] [Browsable(true)] [Category("ThumbnailXpress")] public int RightMargin {get; set;}
[Description("Indicates the margin on the right most side of the control.")] [Browsable(true)] [Category("ThumbnailXpress")] public: __property int get_RightMargin(); public: __property void set_RightMargin( int value );