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