'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The maximum length of line gap.")> Public Property MaxGapLength As System.Int32
[DefaultValue(0)] [Description("The maximum length of line gap.")] public System.Int32 MaxGapLength { get; set; }
[DefaultValue(0)] [Description("The maximum length of line gap.")] public: __property System.Int32 get_MaxGapLength(); public: __property void set_MaxGapLength(
System.Int32 value
);
[DefaultValue(0)] [Description("The maximum length of line gap.")] public:
property System.Int32 MaxGapLength { System.Int32 get(); void set(System.Int32 value); }
Property Value
Максимальная длина разрыва строки.