PhysicalMinimum Property

HidSharp

ReportSegment PhysicalMinimum Property HIDSharp

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public int PhysicalMinimum { get; set; }
public int PhysicalMinimum { get; set; }
Public Property PhysicalMinimum As Integer 
	Get 
	Set
Public Property PhysicalMinimum As Integer 
	Get 
	Set
public:
property int PhysicalMinimum {
	int get ();
	void set (int value);
}
public:
property int PhysicalMinimum {
	int get ();
	void set (int value);
}
member PhysicalMinimum : int with get, set
member PhysicalMinimum : int with get, set
See Also