ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class / ySpacing Property

In This Topic
    ySpacing Property
    In This Topic
    Gets or sets the amount of vertical space in pixel units between thumbnails displayed in the control.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_ySpacing() : Integer
    function set_ySpacing(value : Integer)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.get_ySpacing();
    Remarks

    This property gets or sets the amount of vertical space in pixel units between thumbnails displayed in the control. Note: This property is only relevant when choosing the default mode control style with the useDefaultStyling set to true;

    See Also