mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +02:00
Initial WPF content migrated (#17)
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Slider"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "controls [WPF], Slider"
|
||||
- "Slider control [WPF]"
|
||||
ms.assetid: fb037e2a-0002-458b-9e6b-321623fe72a7
|
||||
---
|
||||
# Slider
|
||||
The <xref:System.Windows.Controls.Slider> allows you select from a range of values by moving a <xref:System.Windows.Controls.Primitives.Thumb> along a <xref:System.Windows.Controls.Primitives.Track>.
|
||||
|
||||
The following illustration shows an example of a horizontal <xref:System.Windows.Controls.Slider> control.
|
||||
|
||||

|
||||
|
||||
## In This Section
|
||||
[Customize the Ticks on a Slider](how-to-customize-the-ticks-on-a-slider.md)
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Controls.Slider>
|
||||
<xref:System.Windows.Controls.Primitives.Track>
|
||||
<xref:System.Windows.Controls.Primitives.Thumb>
|
||||
Reference in New Issue
Block a user