| Visual Basic (Declaration) | |
|---|---|
Public Property Channel As IntensityDetectCommandBitmapEffectsFlags  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public IntensityDetectCommandBitmapEffectsFlags Channel {get; set;}  | |
| Managed Extensions for C++ | |
|---|---|
public: __property IntensityDetectCommandBitmapEffectsFlags get_Channel(); public: __property void set_Channel( IntensityDetectCommandBitmapEffectsFlags value );  | |
| C++/CLI | |
|---|---|
public: property IntensityDetectCommandBitmapEffectsFlags Channel { IntensityDetectCommandBitmapEffectsFlags get(); void set (IntensityDetectCommandBitmapEffectsFlags value); }  | |
| XAML Attributes Usage | |
|---|---|
<object Channel =IntensityDetectCommandBitmapEffectsFlags >  | |
| Dependency Property Information | |
|---|---|
Identifier field  | ChannelProperty  | 
Metadata properties set to true  | None  | 
Return Value
Value that indicates the channel to process.For XAML example, refer to IntensityDetectCommandBitmapEffect.
For C#/VB examples, refer to IntensityDetectCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003
  
   
                           
Copy Code