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