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