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