ImageGear .NET v24.12 - Updated
YSpacing Property (ImGearThumbnailList)




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

Property Value

An integer value.
Remarks

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;

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members