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

Show in webframe

Direction Property








Gets a value that indicates whether the element being smoothed is vertical or horizontal.
Syntax
public SmoothCommandDirectionType Direction {get;}
'Declaration
 
Public ReadOnly Property Direction As SmoothCommandDirectionType
'Usage
 
Dim instance As SmoothCommandEventArgs
Dim value As SmoothCommandDirectionType
 
value = instance.Direction
public SmoothCommandDirectionType Direction {get;}
@property (nonatomic, assign, readonly) LTSmoothCommandDirectionType direction
public SmoothCommandDirectionType getDirection()
 get_Direction(); 
public:
property SmoothCommandDirectionType Direction {
   SmoothCommandDirectionType get();
}

Property Value

Enumerator that indicates whether the element being smoothed is vertical or horizontal.
Example
Refer to SmoothCommand.
Requirements

Target Platforms

See Also

Reference

SmoothCommandEventArgs Class
SmoothCommandEventArgs Members

Error processing SSI file