Is there a way to add border to some objects in Adaptive card

Teams TA 166 Reputation points
2022-07-20T10:25:11.45+00:00

As title describe, I want to add border to some object like Container in adaptive card and make the card looks better. I don't know if it's possible. I can't found any way in this document.
Please help, Our designers always like to add borders, but it does look better. ^-^

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
941 questions
Microsoft Teams | Development
0 comments No comments
{count} votes

Accepted answer
  1. Prasad-MSFT 8,981 Reputation points Microsoft External Staff Moderator
    2022-07-20T11:37:43.09+00:00

    You can make use of bleed property which determines whether the element should bleed through its parent’s padding.
    or you can use separator property which draws a separating line at the top of the element if set to 'true'.

    Ref this doc for reference.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.