Visual Basic (Declaration) | |
---|---|
Public Property Direction As EmbossCommandDirection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public EmbossCommandDirection Direction {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property EmbossCommandDirection get_Direction(); public: __property void set_Direction( EmbossCommandDirection value ); |
C++/CLI | |
---|---|
public: property EmbossCommandDirection Direction { EmbossCommandDirection get(); void set (EmbossCommandDirection value); } |
Return Value
Value that represents the direction of the apparent light source.Refer to EmbossCommand.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family