HidNumericControlDescription.PhysicalMinimum 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 after scaling is applied to the LogicalMinimum value.
public:
property int PhysicalMinimum { int get(); };
int PhysicalMinimum();
public int PhysicalMinimum { get; }
var int32 = hidNumericControlDescription.physicalMinimum;
Public ReadOnly Property PhysicalMinimum As Integer
Property Value
Int32
int
The signed lower bound.