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