Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : BottomMargin Property |
'Declaration <CategoryAttribute("ThumbnailXpress")> <BrowsableAttribute(True)> <DescriptionAttribute("Indicates the margin on the bottom most side of the control.")> Public Property BottomMargin As Integer
'Usage Dim instance As ThumbnailXpress Dim value As Integer instance.BottomMargin = value value = instance.BottomMargin
[Category("ThumbnailXpress")] [Browsable(true)] [Description("Indicates the margin on the bottom most side of the control.")] public int BottomMargin {get; set;}
[Category("ThumbnailXpress")] [Browsable(true)] [Description("Indicates the margin on the bottom most side of the control.")] public: __property int get_BottomMargin(); public: __property void set_BottomMargin( int value );