'Declaration <DescriptionAttribute("Indicating whether the annotation viewer allows move selected annotations together.")> <DefaultValueAttribute(False)> Public Property AllowMoveSelectedAnnotations As Boolean
[Description("Indicating whether the annotation viewer allows move selected annotations together.")] [DefaultValue(False)] public bool AllowMoveSelectedAnnotations { get; set; }
[Description("Indicating whether the annotation viewer allows move selected annotations together.")] [DefaultValue(False)] public: __property bool get_AllowMoveSelectedAnnotations(); public: __property void set_AllowMoveSelectedAnnotations(
bool value
);
[Description("Indicating whether the annotation viewer allows move selected annotations together.")] [DefaultValue(False)] public:
property bool AllowMoveSelectedAnnotations { bool get(); void set(bool value); }
Property Value
True if the annotation viewer allows to move selected annotations together; otherwise, false.
Default value is false.
Default value is false.