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