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