FadeHeaderBehavior.HeaderElement Property

Definition

Gets or sets the target element for the Fading behavior.

public Windows.UI.Xaml.UIElement HeaderElement { get; set; }
member this.HeaderElement : Windows.UI.Xaml.UIElement with get, set
Public Property HeaderElement As UIElement

Property Value

Windows.UI.Xaml.UIElement

Remarks

Set this using the header of a ListView or GridView. You can use the entire root of the header or an element within the header.

Using this example Header:

The behavior would be implemented like this

Applies to