| Visual Basic (Declaration) | |
|---|---|
Public Property NewColor As RasterColor | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RemoveRedEyeCommand Dim value As RasterColor instance.NewColor = value value = instance.NewColor | |
| C# | |
|---|---|
public RasterColor NewColor {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterColor NewColor { RasterColor get(); void set ( RasterColor value); } | |
Property Value
The new color value used to replace the red color in the eyes.Refer to RemoveRedEyeCommand.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code