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