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