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