←Select platform

LineSpace Property

Summary

Gets or sets a value that indicates the space (in pixels) between each wave.

Syntax
C#
VB
C++
public int LineSpace { get; set; } 
  
Public Property LineSpace As Integer 
public: 
property int LineSpace { 
   int get(); 
   void set (    int ); 
} 

Property Value

The space (in pixels) between each wave. This property only accepts positive values.

Example

Refer to RevEffectCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly