| Visual Basic (Declaration) | |
|---|---|
Public Property Channel As RasterColorChannel | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AddNoiseCommand Dim value As RasterColorChannel instance.Channel = value value = instance.Channel | |
| C# | |
|---|---|
public RasterColorChannel Channel {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterColorChannel Channel { RasterColorChannel get(); void set ( RasterColorChannel value); } | |
Property Value
Color plane constant. This plane will be affected by the noise.Refer to AddNoiseCommand.
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