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