ImageGear22.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : XSpacing Property |
'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")> <BrowsableAttribute(True)> <CategoryAttribute("ImGearThumbnailList Properties")> Public Property XSpacing As Integer
'Usage Dim instance As ImGearThumbnailList Dim value As Integer instance.XSpacing = value value = instance.XSpacing
[DefaultValue()] [Description("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")] [Browsable(true)] [Category("ImGearThumbnailList Properties")] public int XSpacing {get; set;}
[DefaultValue()] [Description("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")] [Browsable(true)] [Category("ImGearThumbnailList Properties")] public: __property int get_XSpacing(); public: __property void set_XSpacing( int value );
[DefaultValue()] [Description("Gets or sets a value in pixel units (CSS px) indicating the horizontal space between thumbnail items.")] [Browsable(true)] [Category("ImGearThumbnailList Properties")] public: property int XSpacing { int get(); void set ( int value); }
The default value is 4 pixel units
This property gets or sets the border color for thumbnails displayed in the control. Note: This property is relevant when choosing the default mode control style with the UseDefaultStyling set to true;