CodeFormatterLineNumberCssClass Property

Gets or sets the CSS class used for <span> elements wrapping line numbers.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public string? LineNumberCssClass { get; set; }

Property Value

String
The CSS class, or to not use a CSS class. The default value is DefaultLineNumberCssClass.

Remarks

If you use Table for the LineNumberMode property, this CSS class is applied to the <td> element containing the line numbers.

See Also