C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that represents the direction of the apparent light source.
public EmbossCommandDirection Direction { get; set; }
Public Property Direction As Leadtools.Imageprocessing.Effects.EmbossCommandDirection
public Leadtools.Imageprocessing.Effects.EmbossCommandDirection Direction {get; set;}
@property (nonatomic, assign) LTEmbossCommandDirection direction
public EmbossCommandDirection getDirection()
public void setDirection(EmbossCommandDirection value)
<br/>get_Direction();<br/>set_Direction(value);<br/>Object.defineProperty('Direction');
public:
property Leadtools.Imageprocessing.Effects.EmbossCommandDirection Direction {
Leadtools.Imageprocessing.Effects.EmbossCommandDirection get();
void set ( Leadtools.Imageprocessing.Effects.EmbossCommandDirection );
}
Value that represents the direction of the apparent light source.
Refer to EmbossCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET