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