Share via


HidNumericControlDescription.PhysicalMaximum Property

Definition

Gets the highest possible value for the given control after scaling is applied to the LogicalMaximum value.

public:
 property int PhysicalMaximum { int get(); };
int PhysicalMaximum();
public int PhysicalMaximum { get; }
var int32 = hidNumericControlDescription.physicalMaximum;
Public ReadOnly Property PhysicalMaximum As Integer

Property Value

Int32

int

The signed upper bound.

Applies to

See also