Underline

Underline specifies whether the text of a window element, container, or widget must be underlined or not.

 

 

in Lycia Theme Designer

 

 

Theme property filter XML code:

 

<DoStyleAction>

    <SetProperty>

      <PropertyPath>

        <PropertyName>Font</PropertyName>

        <PropertyName>Underline</PropertyName>

      </PropertyPath>

    </SetProperty>

</DoStyleAction>

 

Possible values: true, false

 

Default value: specified by SystemTheme.css

 

Influence and behavior:

 

initial runtime appearance

 

property set

in the user theme

changed runtime appearance

 

By setting the Underline property to the whole application (without any filters), you can change the appearance of window elements like toolbar buttons or messages invoked by fgl_winmessage().

 

 

 

 

 

At runtime, you can use css styles to change the element's background:

 

.qx-identifier-myid .qx-text {

    font: bold italic underline 25px "Courier New";

}

 

 

Related articles:

Font

New Font

Bold

Italic

Font Size

Fore Color