PropertyPaneSliderProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SharePoint property pane slider properties object.
public class PropertyPaneSliderProperties : Microsoft.Bot.Schema.SharePoint.IPropertyPaneFieldProperties
type PropertyPaneSliderProperties = class
interface IPropertyPaneFieldProperties
Public Class PropertyPaneSliderProperties
Implements IPropertyPaneFieldProperties
- Inheritance
-
PropertyPaneSliderProperties
- Implements
Constructors
PropertyPaneSliderProperties() |
Initializes a new instance of the PropertyPaneSliderProperties class. |
Properties
AriaLabel |
Gets or Sets optional ariaLabel flag. Text for screen-reader to announce regardless of toggle state. Of type String. |
Disabled |
Gets or Sets a value indicating whether this control is enabled or not of type Boolean. |
Label |
Gets or Sets the label of type String. |
Max |
Gets or Sets the max value of the Slider of type Int32. |
Min |
Gets or Sets the min value of the Slider of type Int32. |
ShowValue |
Gets or Sets a value indicating whether to show the value on the right of the Slider of type Boolean. |
Step |
Gets or Sets the difference between the two adjacent values of the Slider. Defaults to 1. of type Int32. |
Value |
Gets or Sets the value of type String. |