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