public int WaveLength {get; set;}
'Declaration
Public Property WaveLength As Integer
'Usage
Dim instance As FreeHandWaveCommand
Dim value As Integer
instance.WaveLength = value
value = instance.WaveLength
public int WaveLength {get; set;}
get_WaveLength();
set_WaveLength(value);
Object.defineProperty('WaveLength');
public:
property int WaveLength {
int get();
void set ( int value);
}
Property Value
Value that represents the wave length, if
FreeHandWaveCommandFlags.Period is set in the Flags property. Possible values range from 1 - 100 and give the wavelength as a percentage of the image dimensions. If
FreeHandWaveCommandFlags.Frequency is set in Flags property, this value is the number of repeated waves.