TouchParametersSetSlopeDown Method |
Sets the slope down.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetSlopeDown(
short slopeDown
)
Public Sub SetSlopeDown (
slopeDown As Short
)
public:
void SetSlopeDown(
short slopeDown
)
member SetSlopeDown :
slopeDown : int16 -> unit
Parameters
- slopeDown
- Type: SystemInt16
Slope Down
See Also