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