Click or drag to resize

LanguageRegionCssClass Property

Gets or sets the CSS class for the entire language region.

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public string CssClass { get; set; }

Property Value

Type: String
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