TableCell.Layouts Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("layouts")]
public System.Collections.Generic.IList<Microsoft.Teams.Cards.ContainerLayout>? Layouts { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("layouts")>]
member this.Layouts : System.Collections.Generic.IList<Microsoft.Teams.Cards.ContainerLayout> with get, set
Public Property Layouts As IList(Of ContainerLayout)

Property Value

Attributes

Applies to