'Declaration <DescriptionAttribute("A value indicating whether the annotation is symmetrical.")> <DefaultValueAttribute(False)> Public Overrides Property Symmetry As Boolean
[Description("A value indicating whether the annotation is symmetrical.")] [DefaultValue(False)] public override bool Symmetry { get; set; }
[Description("A value indicating whether the annotation is symmetrical.")] [DefaultValue(False)] public: __property bool get_Symmetry(); override; public: __property void set_Symmetry(
bool value
); override;
[Description("A value indicating whether the annotation is symmetrical.")] [DefaultValue(False)] public:
property bool Symmetry { bool get() override;; void set(bool value) override;; }