Stepper Constructors
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.
Overloads
Stepper() |
Initializes a new instance of the Stepper class. |
Stepper(Double, Double, Double, Double) |
Initializes a new instance of the Stepper class. |
Stepper()
- Source:
- Stepper.cs
- Source:
- Stepper.cs
Initializes a new instance of the Stepper class.
public:
Stepper();
public Stepper ();
Public Sub New ()
Applies to
Stepper(Double, Double, Double, Double)
- Source:
- Stepper.cs
- Source:
- Stepper.cs
Initializes a new instance of the Stepper class.
public:
Stepper(double min, double max, double val, double increment);
public Stepper (double min, double max, double val, double increment);
new Microsoft.Maui.Controls.Stepper : double * double * double * double -> Microsoft.Maui.Controls.Stepper
Public Sub New (min As Double, max As Double, val As Double, increment As Double)
Parameters
- min
- Double
The minimum selectable value.
- max
- Double
The maximum selectable value.
- val
- Double
The current selected value.
- increment
- Double
The increment by which Value is increased or decreased.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI