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