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