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