Skip to content

LabelBarItem


When assigning a rule to a property of LabelBarItem, the rule will be passed an instance of the following proxy class as an argument:


LabelBarItem Properties

Property Type Required Default
Image Image No
ImagePosition enum No "Trailing"
Style TextClass No
Styles object No
Text string No
_Name string No
_Type const No

Image

The image to be displayed along with the title.


ImagePosition

Position of the image to be displayed along with the title

  • type: enum
  • default: "Trailing"

The value of this property must be one of the known values listed below.

ImagePosition Known Values

Value Description
Leading
Trailing

Style

The string value is a style class name for Text. If font-color is applied to Text, the property will also apply to Image.


Styles

Style to be applied on the LabelItem.

  • type: object with following properties.
Property Type Required Default
Image string No
Text string No

Image

The string value is a style class name for Image.

Text

Supported in iOS only. The string value is a style class name for Text.


Text

  • type: string

_Name

  • type: string

_Type

  • type: const

The value of this property must be:

"CardBodyContentLabelBar.Type.Item"