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