←Select platform

MaximumHeight Property

Summary

Gets or sets the maximum height (in pixels) that the wave can reach.

Syntax

C#
VB
WinRT C#
C++
public int MaximumHeight { get; set; } 
  
Public Property MaximumHeight As Integer 
public int MaximumHeight {get; set;} 
  
get_MaximumHeight(); 
set_MaximumHeight(value); 
Object.defineProperty('MaximumHeight');  
public: 
property int MaximumHeight { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum height (in pixels) that the wave can reach. This property only accepts positive values.

Example

Refer to RevEffectCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly