CarouselPage.BackgroundImage Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("backgroundImage")]
public Microsoft.Teams.Common.IUnion<string,Microsoft.Teams.Cards.BackgroundImage>? BackgroundImage { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("backgroundImage")>]
member this.BackgroundImage : Microsoft.Teams.Common.IUnion<string, Microsoft.Teams.Cards.BackgroundImage> with get, set
Public Property BackgroundImage As IUnion(Of String, BackgroundImage)

Property Value

Attributes

Applies to