| Visual Basic (Declaration) | |
|---|---|
Public Property Direction As EmbossCommandDirection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EmbossCommand Dim value As EmbossCommandDirection instance.Direction = value value = instance.Direction | |
| C# | |
|---|---|
public EmbossCommandDirection Direction {get; set;} | |
| C++/CLI | |
|---|---|
public: property EmbossCommandDirection Direction { EmbossCommandDirection get(); void set ( EmbossCommandDirection value); } | |
Property Value
Value that represents the direction of the apparent light source.Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code