'Declaration <DescriptionAttribute("A value indicating whether the annotation can be moved.")> <DefaultValueAttribute(True)> Public Overrides Property CanMove As Boolean
[Description("A value indicating whether the annotation can be moved.")] [DefaultValue(True)] public override bool CanMove { get; set; }
[Description("A value indicating whether the annotation can be moved.")] [DefaultValue(True)] public: __property bool get_CanMove(); override; public: __property void set_CanMove(
bool value
); override;
[Description("A value indicating whether the annotation can be moved.")] [DefaultValue(True)] public:
property bool CanMove { bool get() override;; void set(bool value) override;; }