Label Property (FlexContainer)

Action

Gets the text displayed by some navigator containers to represent this Container.

For example, if this Container is a child of a TabNavigator, this string appears in the corresponding tab. If this Container is a child of an Accordion, this string appears in the corresponding header.

The default value is "".

Syntax

C#
protected String label { get; }
VB
'Declaration
Protected Read Property label As String

Access

Read only.