VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationViewer Class / AnnotationInteractionMode Property
Синтаксис Требования Смотрите также
В этом разделе
    AnnotationInteractionMode Свойство (AnnotationViewer)
    В этом разделе
    Возвращает или задает режим взаимодействия аннотаций.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The interaction mode of annotations.")>
    <DefaultValueAttribute(Author)>
    <CategoryAttribute("VintaSoft, Annotation")>
    Public Property AnnotationInteractionMode As AnnotationInteractionMode
    
    
    [Description("The interaction mode of annotations.")]
    [DefaultValue(Author)]
    [Category("VintaSoft, Annotation")]
    public AnnotationInteractionMode AnnotationInteractionMode { get; set; }
    
    
    [Description("The interaction mode of annotations.")]
    [DefaultValue(Author)]
    [Category("VintaSoft, Annotation")]
    public: __property AnnotationInteractionMode get_AnnotationInteractionMode();
    public: __property void set_AnnotationInteractionMode(
    AnnotationInteractionMode value
    );
    [Description("The interaction mode of annotations.")]
    [DefaultValue(Author)]
    [Category("VintaSoft, Annotation")]
    public:
    property AnnotationInteractionMode AnnotationInteractionMode { AnnotationInteractionMode get(); void set(AnnotationInteractionMode value); }

    Property Value

    Значение по умолчанию - AnnotationInteractionMode.Author.
    Требования

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

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