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