Click or drag to resize
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.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public int MaxDataTextLength { get; set; }

Property Value

Type: Int32
See Also