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