ItemContainerTheme Property
Gets or sets the ControlTheme that is applied to the container element generated for each item.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public ControlTheme? ItemContainerTheme { get; set; }
Public Property ItemContainerTheme As ControlTheme
Get
Set
member ItemContainerTheme : ControlTheme with get, set