'Declaration <DefaultValueAttribute(3000)> <DescriptionAttribute("The maximum length of line. 0 - maximum length of line is calculated automatically; 10 and more - maximum length of line.")> Public Property MaxLength As System.Int32
[DefaultValue(3000)] [Description("The maximum length of line. 0 - maximum length of line is calculated automatically; 10 and more - maximum length of line.")] public System.Int32 MaxLength { get; set; }
[DefaultValue(3000)] [Description("The maximum length of line. 0 - maximum length of line is calculated automatically; 10 and more - maximum length of line.")] public: __property System.Int32 get_MaxLength(); public: __property void set_MaxLength(
System.Int32 value
);
[DefaultValue(3000)] [Description("The maximum length of line. 0 - maximum length of line is calculated automatically; 10 and more - maximum length of line.")] public:
property System.Int32 MaxLength { System.Int32 get(); void set(System.Int32 value); }
Property Value
0 - максимальная длина строки рассчитывается автоматически, если LinesType != LinesType.Custom;
10 и более - максимальная длина строки .
Значение по умолчанию - 3000.
10 и более - максимальная длина строки .
Значение по умолчанию - 3000.