public string? CssClass { get; set; }
Public Property CssClass As String
Get
Set
public:
property String^ CssClass {
String^ get ();
void set (String^ value);
}
member CssClass : string with get, set
If you change this value, you must also modify your CSS stylesheet accordingly.
If LineNumberMode is Table, this class is applied to the encapsulating <div> element instead.
If you set this value to , the element will not have a CSS class.
This property is ignored if IncludePreElement is .