VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / AnnotatedThumbnailImageItem Class / ShowAnnotations Property
Синтаксис Требования Смотрите также
В этом разделе
    ShowAnnotations Свойство (AnnotatedThumbnailImageItem)
    В этом разделе
    Возвращает или задает значение, указывающее, показывает ли AnnotatedThumbnailImageItem аннотации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Determines that annotations are shown on the thumbnail image.")>
    <CategoryAttribute("VintaSoft, Annotation")>
    <DefaultValueAttribute(True)>
    Public Property ShowAnnotations As Boolean
    
    
    [Description("Determines that annotations are shown on the thumbnail image.")]
    [Category("VintaSoft, Annotation")]
    [DefaultValue(True)]
    public bool ShowAnnotations { get; set; }
    
    
    [Description("Determines that annotations are shown on the thumbnail image.")]
    [Category("VintaSoft, Annotation")]
    [DefaultValue(True)]
    public: __property bool get_ShowAnnotations();
    public: __property void set_ShowAnnotations(
    bool value
    );
    [Description("Determines that annotations are shown on the thumbnail image.")]
    [Category("VintaSoft, Annotation")]
    [DefaultValue(True)]
    public:
    property bool ShowAnnotations { bool get(); void set(bool value); }

    Property Value

    true - аннотации отображаются на миниатюре изображения; false - аннотации не отображаются на миниатюре изображения. Значение по умолчанию - true.
    Требования

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

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