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