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