LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Direction Property
See Also 
Leadtools.ImageProcessing.Core Namespace > SmoothCommandEventArgs Class : Direction Property



Gets a value that indicates whether the element being smoothed is vertical or horizontal. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Direction As SmoothCommandDirectionType
Visual Basic (Usage)Copy Code
Dim instance As SmoothCommandEventArgs
Dim value As SmoothCommandDirectionType
 
value = instance.Direction
C# 
public SmoothCommandDirectionType Direction {get;}
C++/CLI 
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also