[Missing <summary> documentation for "P:Bespoke.Robotics.BrainStem.ServoConfiguration.Inverted"]

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool Inverted { get; set; }
Visual Basic (Declaration)
Public Property Inverted As Boolean
Visual C++
public:
property bool Inverted {
	bool get ();
	void set (bool value);
}

See Also