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