'Declaration <DescriptionAttribute("A value indicating whether the annotation border is visible.")> <DefaultValueAttribute(False)> Public Property Border As Boolean
[Description("A value indicating whether the annotation border is visible.")] [DefaultValue(False)] public bool Border { get; set; }
[Description("A value indicating whether the annotation border is visible.")] [DefaultValue(False)] public: __property bool get_Border(); public: __property void set_Border(
bool value
);
[Description("A value indicating whether the annotation border is visible.")] [DefaultValue(False)] public:
property bool Border { bool get(); void set(bool value); }
Property Value
true - граница видна; false - граница не видна. Значение по умолчанию - false.