ImageGear23.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : YSpacing Property |
'Declaration <CategoryAttribute("ImGearThumbnailList Properties")> <BrowsableAttribute(True)> <DefaultValueAttribute()> <DescriptionAttribute(" Gets or sets a value in pixel units (CSS px) indicating the vertical space between thumbnail items.")> Public Property YSpacing As Integer
'Usage Dim instance As ImGearThumbnailList Dim value As Integer instance.YSpacing = value value = instance.YSpacing
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] [Description(" Gets or sets a value in pixel units (CSS px) indicating the vertical space between thumbnail items.")] public int YSpacing {get; set;}
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] [Description(" Gets or sets a value in pixel units (CSS px) indicating the vertical space between thumbnail items.")] public: __property int get_YSpacing(); public: __property void set_YSpacing( int value );
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] [Description(" Gets or sets a value in pixel units (CSS px) indicating the vertical space between thumbnail items.")] public: property int YSpacing { 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;