ThemingEngineGidBuilderImpl.name

Set name property.

class ThemingEngineGidBuilderImpl(T)
T
name
(
string propval
)

Parameters

propval string

The theming engine name, this name will be used when registering custom properties, for a theming engine named "Clearlooks" registering a "glossy" custom property, it could be referenced in the CSS file as

-Clearlooks-glossy: true;

Return Value

Type: T

Builder instance for fluent chaining