VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / ThumbnailAppearance Property
Синтаксис Требования Смотрите также
В этом разделе
    ThumbnailAppearance Свойство (ThumbnailViewer)
    В этом разделе
    Возвращает или задает внешний вид обычного эскиза.
    Синтаксис
    'Declaration
    
    <DesignerSerializationVisibilityAttribute(Visible)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The appearance of the normal thumbnail.")>
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Property ThumbnailAppearance As ThumbnailAppearance
    
    
    [DesignerSerializationVisibility(Visible)]
    [Category("VintaSoft")]
    [Description("The appearance of the normal thumbnail.")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public ThumbnailAppearance ThumbnailAppearance { get; set; }
    
    
    [DesignerSerializationVisibility(Visible)]
    [Category("VintaSoft")]
    [Description("The appearance of the normal thumbnail.")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public: __property ThumbnailAppearance* get_ThumbnailAppearance();
    public: __property void set_ThumbnailAppearance(
    ThumbnailAppearance* value
    );
    [DesignerSerializationVisibility(Visible)]
    [Category("VintaSoft")]
    [Description("The appearance of the normal thumbnail.")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public:
    property ThumbnailAppearance^ ThumbnailAppearance { ThumbnailAppearance^ get(); void set(ThumbnailAppearance^ value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также