Edit

Share via


SurfaceDialTextbox.SetStepValue(DependencyObject, Double) Method

Definition

Getter of the StepValue

public static void SetStepValue (Windows.UI.Xaml.DependencyObject obj, double value);
static member SetStepValue : Windows.UI.Xaml.DependencyObject * double -> unit
Public Shared Sub SetStepValue (obj As DependencyObject, value As Double)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Depenency Object we are dealing with, like a TextBox.

value
Double

The value to set the property to.

Applies to