LinkifyFormatOptionsNewLineToBreakLine Property
Gets or sets a value indicating to convert '\n' line breaks to <br> tags.
Default value: False
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 bool NewLineToBreakLine { get; set; }
Public Property NewLineToBreakLine As Boolean
Get
Set
Dim instance As LinkifyFormatOptions
Dim value As Boolean
value = instance.NewLineToBreakLine
instance.NewLineToBreakLine = value
public:
property bool NewLineToBreakLine {
bool get ();
void set (bool value);
}
member NewLineToBreakLine : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean