'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the annotation's size depends on the text size.")> Public Overrides Property AutoSize As Boolean
[DefaultValue(False)] [Description("A value indicating whether the annotation's size depends on the text size.")] public override bool AutoSize { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the annotation's size depends on the text size.")] public: __property bool get_AutoSize(); override; public: __property void set_AutoSize(
bool value
); override;
[DefaultValue(False)] [Description("A value indicating whether the annotation's size depends on the text size.")] public:
property bool AutoSize { bool get() override;; void set(bool value) override;; }
Property Value
Всегда возвращает false.