ImageGear .NET
YSpacing Property (ImGearThumbnailList)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback