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