CodeElement ElementNameIsCssClass Property FormatC Syntax Highlighting Class Library
Gets or sets a value indicating whether the Name of this CodeElement is a CSS class to be used in the output.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public bool ElementNameIsCssClass { get; set; }

Field Value

  if the Name of this CodeElement is a CSS class to be used in the output; otherwise,  . The default value is  .
See Also