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