'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the annotation's size depends on the text size.")> Public Overridable Property AutoSize As Boolean
[DefaultValue(False)] [Description("A value indicating whether the annotation's size depends on the text size.")] public virtual bool AutoSize { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the annotation's size depends on the text size.")] public: __property virtual bool get_AutoSize(); public: __property virtual void set_AutoSize(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the annotation's size depends on the text size.")] public:
virtual property bool AutoSize { bool get(); void set(bool value); }
Property Value
Значение по умолчанию: false.