Sets or retrieves the number of waves created by the Wave filter.
Syntax
| HTML | 
{ filter :progid:DXImageTransform.Microsoft.Wave (
    freq  = iWaveCount ... ) ... }
 | 
| Scripting | 
object.filters .item ( 
    "DXImageTransform.Microsoft.Wave ").Freq  [ =  iWaveCount ]
 | 
Possible Values
| iWaveCount | Integer that specifies or receives the number of waves. 
3Default.
 | 
The property is read/write. The property has a default value of 3.
Applies To