Text label control in cards

Displays text, allowing control over font sizes, weight, and color.

Properties

Text – Text to display. A subset of markdown is supported (https://aka.ms/ACTextFeatures). Power Fx expressions are supported.

Initially visible – If false, this item will be removed from the visual tree.

Spacing – Controls the amount of spacing between this control and the preceding control.

Divider – When true, draw a separating line at the top of the control.

Horizontal alignment – Controls the horizontally text alignment.

Wrap – If true, allow text to wrap. Otherwise, text is clipped.

Maximum lines – Specifies the maximum number of lines to display.

Height – Specifies the height of the control.

Size – Controls size of text.

Weight – Controls the weight of the text.

Color – Controls the color of the text.

Subtle – If true, displays text slightly toned down to appear less prominent.

Font type – Type of font to use for rendering

Repeat for every – The source of data that is used to show multiple instances of this control. Learn how to use repeat for every.

Show when – Conditional layout expression.