HidNumericControlDescription.PhysicalMaximum 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 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.