ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / YSpacing Property




In This Topic
    YSpacing Property (ImGearThumbnailList)
    In This Topic
    Gets or sets the amount of vertical space between thumbnails displayed on the control, in WPF device independent units.
    Syntax
    'Declaration
     
    Public Property YSpacing As Double
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As Double
     
    instance.YSpacing = value
     
    value = instance.YSpacing
    public double YSpacing {get; set;}
    public: __property double get_YSpacing();
    public: __property void set_YSpacing( 
       double value
    );
    public:
    property double YSpacing {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    Remarks
    Default value is 4.
    See Also