Edit

Share via


Text label control in cards

Important

Effective August 29, 2025, Cards for Power Apps will be deprecated and no longer supported. As a result, any Cards for Power Apps that have been built and shared in Microsoft Teams will not function. Users will not be able to create new cards or execute existing ones.

We recommend migrating any functionality you rely on from Cards for Power Apps before the deprecation date. Consider transitioning to either Adaptive Cards in Copilot Studio or adaptive cards for Microsoft Teams for similar functionality. More information: Deprecation of Cards for Power Apps

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.