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