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