'Declaration <CategoryAttribute("VintaSoft")> <DesignerSerializationVisibilityAttribute(Visible)> <DescriptionAttribute("The appearance of the normal thumbnail.")> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public Property ThumbnailAppearance As ThumbnailAppearance
[Category("VintaSoft")] [DesignerSerializationVisibility(Visible)] [Description("The appearance of the normal thumbnail.")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public ThumbnailAppearance ThumbnailAppearance { get; set; }
[Category("VintaSoft")] [DesignerSerializationVisibility(Visible)] [Description("The appearance of the normal thumbnail.")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public: __property ThumbnailAppearance* get_ThumbnailAppearance(); public: __property void set_ThumbnailAppearance(
ThumbnailAppearance* value
);
[Category("VintaSoft")] [DesignerSerializationVisibility(Visible)] [Description("The appearance of the normal thumbnail.")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public:
property ThumbnailAppearance^ ThumbnailAppearance { ThumbnailAppearance^ get(); void set(ThumbnailAppearance^ value); }