HidNumericControlDescription.PhysicalMinimum Property

Definition

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.

Applies to

See also