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