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