HidNumericControlDescription.LogicalMinimum Property
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.
Gets the lowest possible value for the given control.
public:
property int LogicalMinimum { int get(); };
int LogicalMinimum();
public int LogicalMinimum { get; }
var int32 = hidNumericControlDescription.logicalMinimum;
Public ReadOnly Property LogicalMinimum As Integer
Property Value
Int32
int
The signed lower bound.