Click or drag to resize
AB4D logo

BaseXamlWriterSettingsMaxDataTextLength Property

Gets or sets the maximum length of texts used for Path's Data, PointCollection, etc. If data text is largest than MaxDataTextLength, the data text is truncated and "..." is added to the end of text. Default value is 0, which does not limits the data text length.

Namespace:  Ab2d.Common.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public int MaxDataTextLength { get; set; }

Property Value

Type: Int32
See Also