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