Gets or sets the cyclic shift when
NpuschToneNumber =
NpuschToneNumberType.ThreeTone or
NpuschToneNumberType.SixTone.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property CyclicShift As Integer |
| C# | |
|---|
public abstract int CyclicShift {get; set;} |
| C++/CLI | |
|---|
public:
abstract property int CyclicShift {
int get();
void set ( int value);
} |
Property Value
The default value is 0.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also