forked from MicrosoftDocs/powerapps-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request MicrosoftDocs#4912 from MicrosoftDocs/main63835058…
…5570538033sync_temp For protected branch, push strategy should use PR and merge to target branch method to work around git push error
- Loading branch information
Showing
10 changed files
with
163 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+12.7 KB
(130%)
...-docs/maker/canvas-apps/controls/modern-controls/media/modern-controls-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-slider.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
title: Slider modern control in Power Apps | ||
description: Learn about the details, properties, and examples of the slider modern control in Power Apps. | ||
author: yogeshgupta698 | ||
ms.topic: reference | ||
ms.component: canvas | ||
ms.date: 11/6/2023 | ||
ms.subservice: canvas-maker | ||
ms.author: yogupt | ||
ms.reviewer: mkaur | ||
search.audienceType: | ||
- maker | ||
contributors: | ||
- mduelae | ||
- yogeshgupta698 | ||
|
||
--- | ||
# Slider modern control in Power Apps | ||
|
||
A control with which the user can specify a value by dragging a handle. | ||
|
||
## Description | ||
The user can indicate a value, between a minimum and a maximum value that you specify, by dragging the handle of a slider left-right or up-down, depending on the direction that you choose. | ||
|
||
## Key properties | ||
|
||
**[OnChange](../properties-core.md)** – Actions to perform when the user changes the value of a control such as by adjusting a slider. | ||
|
||
**Value** – The default and current value of slider control. Many modern controls use single property to manage default and the output updated by users. | ||
|
||
**Min** - The minimum value to which the user can set a slider. | ||
|
||
**Max** - The maximum value to which the user can set a slider or a rating. | ||
|
||
**Layout** - Whether the user scrolls through a gallery or adjusts a slider top to bottom (Vertical) or left to right (Horizontal). | ||
|
||
**BasePaletteColor** - The color palette applied to a control. This impacts all surfaces of the control that render a theme color. If the value is null or zero, then the color is driven by selected Fluent theme. | ||
|
||
## Additional properties | ||
**AccessibleLabel** – Label for screen readers. | ||
|
||
**DisplayMode** – Whether the control allows user input (Edit), only displays data (View), or is disabled (Disabled). | ||
|
||
**Visible** - Whether a control appears or is hidden. | ||
|
||
**[X](../properties-size-location.md)** – The distance between the left edge of a control and the left edge of its parent container (screen if no parent container). | ||
|
||
**[Y](../properties-size-location.md)** – The distance between the top edge of a control and the top edge of the parent container (screen if no parent container). | ||
|
||
**[Size](../properties-text.md)** – The size of the control on the canvas | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.