Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : TopMargin Property |
'Declaration <CategoryAttribute("ThumbnailXpress")> <BrowsableAttribute(True)> <DescriptionAttribute("Indicates the margin on the top-most side of the control.")> Public Property TopMargin As Integer
'Usage Dim instance As ThumbnailXpress Dim value As Integer instance.TopMargin = value value = instance.TopMargin
[CategoryAttribute("ThumbnailXpress")] [BrowsableAttribute(true)] [DescriptionAttribute("Indicates the margin on the top-most side of the control.")] public int TopMargin {get; set;}
[CategoryAttribute("ThumbnailXpress")] [BrowsableAttribute(true)] [DescriptionAttribute("Indicates the margin on the top-most side of the control.")] public: __property int get_TopMargin(); public: __property void set_TopMargin( int value );
[CategoryAttribute("ThumbnailXpress")] [BrowsableAttribute(true)] [DescriptionAttribute("Indicates the margin on the top-most side of the control.")] public: property int TopMargin { int get(); void set ( int value); }