'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.