IScreenLabelText

Description

interface Tinman.Engine.Drawing.IScreenLabelText

Derived from

IScreenLabelContent

A screen label with a Text value as content.

Public / Attributes

Content​String


public attribute ContentString → (get,set)

value : string

The label text or null for none.

The label content as a string value.

Content​Text


public attribute ContentText → (get,set)

value : Text

The label text or null for none.

The label content as a Text object.

Style


public attribute Style → (get,set)

value : ScreenLabelTextStyle

[not-null]
The styles.

The visual styles of this screen label.