Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.01 KB

slider_header.md

File metadata and controls

41 lines (29 loc) · 1.01 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.Slider.Header
winrt property

Windows.UI.Xaml.Controls.Slider.Header

-description

Gets or sets the content for the control's header.

-xaml-syntax

<Slider Header="headerString"/>
- or -
<Slider>
  <Slider.Header>headerObject</Slider.Header>
</Slider>

-xaml-values

headerString
headerStringA text string that serves as header content.
headerObject
headerObjectAn single object element that serves as header content. Use discretion when using objects as header content; not all objects are suitable for use within the limited presentation surface that appears for headers.
## -property-value The content of the control's header. The default is **null**.

-remarks

You can set a data template for the Header by using the HeaderTemplate property.

-examples

-see-also

HeaderTemplate