Device.GetPropertyDouble

Device.GetPropertyDouble method

Gets a value of double property.

public double GetPropertyDouble(string key)
ParameterTypeDescription
keyStringThe name of property.

Return Value

The property value.

See Also