HidNumericControlDescription.IsAbsolute Property

Definition

Gets a value indicating whether the given numeric control values are absolute or relative (change in value from that previously reported).

public:
 property bool IsAbsolute { bool get(); };
bool IsAbsolute();
public bool IsAbsolute { get; }
var boolean = hidNumericControlDescription.isAbsolute;
Public ReadOnly Property IsAbsolute As Boolean

Property Value

Boolean

bool

True, if the values are absolute; false if the values are relative.

Applies to

See also