| Visual Basic (Declaration) | |
|---|---|
Public Property TargetColor As RasterColor | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SampleTargetCommand Dim value As RasterColor instance.TargetColor = value value = instance.TargetColor | |
| C# | |
|---|---|
public RasterColor TargetColor {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterColor TargetColor { RasterColor get(); void set ( RasterColor value); } | |
Property Value
Color value that represents the target color. The red value for red channel, green value for green channel, blue value for blue channel.Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code