LinkifyFormatOptionsTruncateLength Property
Gets or sets a value for the formatting helper that drops characters in discovered URLs so that the
displayed link text is no longer than the specified length.
If any characters are dropped, also appends an ellipsis (…) to the result.
Default value: Infinity (no truncate).
Namespace: DevCase.Core.DataProcessing.HtmlAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public double TruncateLength { get; set; }
Public Property TruncateLength As Double
Get
Set
Dim instance As LinkifyFormatOptions
Dim value As Double
value = instance.TruncateLength
instance.TruncateLength = value
public:
property double TruncateLength {
double get ();
void set (double value);
}
member TruncateLength : float with get, set
No code example is currently available or this language may not be supported.
Property Value
Double