Edit

Share via


SurfaceDialTextbox.SetMinValue(DependencyObject, Double) Method

Definition

Setter of the MinValue

public static void SetMinValue (Windows.UI.Xaml.DependencyObject obj, double value);
static member SetMinValue : Windows.UI.Xaml.DependencyObject * double -> unit
Public Shared Sub SetMinValue (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