Edit

Share via


SurfaceDialTextbox.SetMaxValue(DependencyObject, Double) Method

Definition

Setter of the MaxValue

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