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
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates the margin on the bottom most side of the control.")] [CategoryAttribute("ThumbnailXpress")] public int BottomMargin {get; set;}
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates the margin on the bottom most side of the control.")] [CategoryAttribute("ThumbnailXpress")] public: __property int get_BottomMargin(); public: __property void set_BottomMargin( int value );
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates the margin on the bottom most side of the control.")] [CategoryAttribute("ThumbnailXpress")] public: property int BottomMargin { int get(); void set ( int value); }