'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, если просмотрщик аннотаций позволяет перемещать выбранные аннотации вместе; в противном случае, false.
Значение по умолчанию - false.
Значение по умолчанию - false.