CodeElementElementNameIsCssClass Property
Gets or sets a value indicating whether the
Name of this
CodeElement is a CSS class to be used in the output.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public bool ElementNameIsCssClass { get; set; }
Public Property ElementNameIsCssClass As Boolean
Get
Set
public:
property bool ElementNameIsCssClass {
bool get ();
void set (bool value);
}
member ElementNameIsCssClass : bool with get, set
Property Value
Boolean if the
Name of this
CodeElement is a CSS class to be used in the output; otherwise,
.
The default value is
.