ExpanderContentTransition Property

Gets or sets the transition used when expanding or collapsing the content.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IPageTransition? ContentTransition { get; set; }

Property Value

IPageTransition

See Also