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