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