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