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