'Declaration <DescriptionAttribute("A value indicating whether the annotation is mirrored horizontally.")> <DefaultValueAttribute(False)> Public Overridable Property HorizontalMirrored As Boolean
[Description("A value indicating whether the annotation is mirrored horizontally.")] [DefaultValue(False)] public virtual bool HorizontalMirrored { get; set; }
[Description("A value indicating whether the annotation is mirrored horizontally.")] [DefaultValue(False)] public: __property virtual bool get_HorizontalMirrored(); public: __property virtual void set_HorizontalMirrored(
bool value
);
[Description("A value indicating whether the annotation is mirrored horizontally.")] [DefaultValue(False)] public:
virtual property bool HorizontalMirrored { bool get(); void set(bool value); }