IScreenLabelText Description interface Tinman.Engine.Drawing.IScreenLabelText Derived from IScreenLabelContent A screen label with a IText value as content. Public / Attributes ContentString public attribute ContentString → (get,set) value : string The label text or null for none. The label content as a string value. ContentText public attribute ContentText → (get,set) value : IText The label text or null for none. The label content as a IText object. Style public attribute Style → (get,set) value : ScreenLabelTextStyle [not-null] The styles. The visual styles of this screen label. IScreenLabelIcon IVectorImage