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