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