Edit

Share via


SurfaceDialTextbox.GetMinValue(DependencyObject) Method

Definition

Getter of the MinValue

public static double GetMinValue (Windows.UI.Xaml.DependencyObject obj);
static member GetMinValue : Windows.UI.Xaml.DependencyObject -> double
Public Shared Function GetMinValue (obj As DependencyObject) As Double

Parameters

obj
Windows.UI.Xaml.DependencyObject

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

Returns

Return value of property

Applies to