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