'Declaration <CategoryAttribute("VintaSoft, Annotation")> <DescriptionAttribute("Gets or sets the interaction mode of annotations.")> <DefaultValueAttribute(Author)> Public Property AnnotationInteractionMode As Vintasoft.Imaging.Annotation.UI.AnnotationInteractionMode
[Category("VintaSoft, Annotation")] [Description("Gets or sets the interaction mode of annotations.")] [DefaultValue(Author)] public Vintasoft.Imaging.Annotation.UI.AnnotationInteractionMode AnnotationInteractionMode { get; set; }
[Category("VintaSoft, Annotation")] [Description("Gets or sets the interaction mode of annotations.")] [DefaultValue(Author)] public: __property Vintasoft.Imaging.Annotation.UI.AnnotationInteractionMode get_AnnotationInteractionMode(); public: __property void set_AnnotationInteractionMode(
Vintasoft.Imaging.Annotation.UI.AnnotationInteractionMode value
);
[Category("VintaSoft, Annotation")] [Description("Gets or sets the interaction mode of annotations.")] [DefaultValue(Author)] public:
property Vintasoft.Imaging.Annotation.UI.AnnotationInteractionMode AnnotationInteractionMode { Vintasoft.Imaging.Annotation.UI.AnnotationInteractionMode get(); void set(Vintasoft.Imaging.Annotation.UI.AnnotationInteractionMode value); }
Property Value
Default value is AnnotationInteractionMode.Author.