'Declaration <CategoryAttribute("ImGearThumbnailList Properties")> <BrowsableAttribute(True)> <DefaultValueAttribute()> <DescriptionAttribute("Gets or sets the thumbnail height.")> Public Property ThumbnailHeight As Integer
'Usage Dim instance As ImGearThumbnailList Dim value As Integer instance.ThumbnailHeight = value value = instance.ThumbnailHeight
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] [Description("Gets or sets the thumbnail height.")] public int ThumbnailHeight {get; set;}
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] [Description("Gets or sets the thumbnail height.")] public: __property int get_ThumbnailHeight(); public: __property void set_ThumbnailHeight( int value );
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] [Description("Gets or sets the thumbnail height.")] public: property int ThumbnailHeight { int get(); void set ( int value); }