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