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