LanguageRegion CssClass Property FormatC Syntax Highlighting Class Library
Gets or sets the CSS class for the entire language region.

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

public string CssClass { get; set; }

Field Value

The CSS class for the language region, or   if the region doesn't need to be surrounded by an element with a CSS class.
See Also