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