public int MaximumHeight {get; set;}
'Declaration
Public Property MaximumHeight As Integer
'Usage
Dim instance As RevEffectCommand
Dim value As Integer
instance.MaximumHeight = value
value = instance.MaximumHeight
public int MaximumHeight {get; set;}
get_MaximumHeight();
set_MaximumHeight(value);
Object.defineProperty('MaximumHeight');
public:
property int MaximumHeight {
int get();
void set ( int value);
}
Property Value
The maximum height (in pixels) that the wave can reach. This property only accepts positive values.