ImageGear .NET v24.12 - Updated
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("Default")>
<CategoryAttribute("Appearance")>
<DescriptionAttribute()>
Public Property YSpacing As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.YSpacing = value
 
value = instance.YSpacing
[ImGearFilter("Default")]
[Category("Appearance")]
[Description()]
public int YSpacing {get; set;}
[ImGearFilter("Default")]
[Category("Appearance")]
[Description()]
public: __property int get_YSpacing();
public: __property void set_YSpacing( 
   int value
);
[ImGearFilter("Default")]
[Category("Appearance")]
[Description()]
public:
property int YSpacing {
   int get();
   void set (    int value);
}

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