Gets or sets the size of the vertical wave.
Syntax
Visual Basic (Declaration) | |
---|
Public Property VerticalFactor As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WaveCommand
Dim value As Integer
instance.VerticalFactor = value
value = instance.VerticalFactor |
C# | |
---|
public int VerticalFactor {get; set;} |
C++/CLI | |
---|
public:
property int VerticalFactor {
int get();
void set ( int value);
} |
Property Value
Size of the vertical wave, given as a percentage. The valid range is from 0 to 100.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also