ImageGear .NET - Updated December 24, 2018
YSpacing Property (ImGearThumbnailCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : YSpacing Property
Gets or sets the amount of vertical space between thumbnails displayed on the control, in pixels.
Syntax
'Declaration
 
<ImGearFilterAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute()>
Public Property YSpacing As Integer
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.YSpacing = value
 
value = instance.YSpacing

Property Value

Integer value.
Remarks
When set to (-1) it will use the default spacing that Windows uses for icons. When TitlesVisibility is set to Visible, the YSpacing measures the distance from the bottom of a title to the top of the item below it. When TitlesVisibility is Collapsed, the YSpacing measures the distance from the bottom of the item to the top of the one below it.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members
TitlesVisibility Property