| Unit LengthExponent Property | HIDSharp |
Gets or sets the exponent of the report value's units of length.
Namespace: HidSharp.ReportDescriptors.UnitsAssembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public int LengthExponent { get; set; }
public int LengthExponent { get; set; }Public Property LengthExponent As Integer Get Set
Public Property LengthExponent As Integer Get Set
public:
property int LengthExponent {
int get ();
void set (int value);
}member LengthExponent : int with get, set
member LengthExponent : int with get, set
See Also