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