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