Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

LineSpace Property








Gets or sets a value that indicates the space (in pixels) between each wave.
Syntax
public int LineSpace {get; set;}
'Declaration
 
Public Property LineSpace As Integer
'Usage
 
Dim instance As RevEffectCommand
Dim value As Integer
 
instance.LineSpace = value
 
value = instance.LineSpace
public int LineSpace {get; set;}

            

            
 
get_LineSpace();
set_LineSpace(value);
Object.defineProperty('LineSpace');
public:
property int LineSpace {
   int get();
   void set (    int value);
}

Property Value

The space (in pixels) between each wave. This property only accepts positive values.
Example
Refer to RevEffectCommand.
Requirements

Target Platforms

See Also

Reference

RevEffectCommand Class
RevEffectCommand Members

Error processing SSI file