'Declaration <DescriptionAttribute("The minimum length of line. 0 - minimal length of line is calculated automatically; 10 and more - minimum length of line.")> <DefaultValueAttribute(100)> Public Property MinLength As System.Int32
[Description("The minimum length of line. 0 - minimal length of line is calculated automatically; 10 and more - minimum length of line.")] [DefaultValue(100)] public System.Int32 MinLength { get; set; }
[Description("The minimum length of line. 0 - minimal length of line is calculated automatically; 10 and more - minimum length of line.")] [DefaultValue(100)] public: __property System.Int32 get_MinLength(); public: __property void set_MinLength(
System.Int32 value
);
[Description("The minimum length of line. 0 - minimal length of line is calculated automatically; 10 and more - minimum length of line.")] [DefaultValue(100)] public:
property System.Int32 MinLength { System.Int32 get(); void set(System.Int32 value); }
Property Value
0 - minimal length of line is calculated automatically if LinesType != LinesType.Custom;
10 and more - minimum length of line.
Default value is 100.
10 and more - minimum length of line.
Default value is 100.