PropertiesWriterSetSingle Method

Sets a floating point number property by the given name and value.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void SetSingle(
	string name,
	float value
)

Parameters

name  String
Name of the property to set.
value  Single
Value of the property to set in Single type.

Exceptions

ArgumentExceptionThrown if the current instance of the PropertiesWriter is read-only.

See Also