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