VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI.Measurements Namespace / WpfImageMeasureTool Class / AreAnnotationsAttachedToTheImage Property
Синтаксис Требования Смотрите также
В этом разделе
    AreAnnotationsAttachedToTheImage Свойство (WpfImageMeasureTool)
    В этом разделе
    Возвращает или задает значение, указывающее, прикреплены ли аннотации к изображению.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether annotations are attached to the image.")>
    <DefaultValueAttribute(False)>
    Public Property AreAnnotationsAttachedToTheImage As Boolean
    
    
    [Description("A value indicating whether annotations are attached to the image.")]
    [DefaultValue(False)]
    public bool AreAnnotationsAttachedToTheImage { get; set; }
    
    
    [Description("A value indicating whether annotations are attached to the image.")]
    [DefaultValue(False)]
    public: __property bool get_AreAnnotationsAttachedToTheImage();
    public: __property void set_AreAnnotationsAttachedToTheImage(
    bool value
    );
    [Description("A value indicating whether annotations are attached to the image.")]
    [DefaultValue(False)]
    public:
    property bool AreAnnotationsAttachedToTheImage { bool get(); void set(bool value); }

    Property Value

    True - любое изображение имеет коллекцию аннотаций; false - текущий AnnotationViewCollection используется для любого изображения.
    Значение по умолчанию - true.
    Требования

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

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