Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
Channel Property
See Also 
Leadtools.Windows.Media.Effects.Color Namespace > IntensityDetectCommandBitmapEffect Class : Channel Property





Gets or sets a flag that indicates the channel to process.

Syntax

Visual Basic (Declaration) 
Public Property Channel As IntensityDetectCommandBitmapEffectsFlags
Visual Basic (Usage)Copy Code
Dim instance As IntensityDetectCommandBitmapEffect
Dim value As IntensityDetectCommandBitmapEffectsFlags
 
instance.Channel = value
 
value = instance.Channel
C# 
public IntensityDetectCommandBitmapEffectsFlags Channel {get; set;}
Managed Extensions for C++ 
public: __property IntensityDetectCommandBitmapEffectsFlags get_Channel();
public: __property void set_Channel( 
   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.

Example

For XAML example, refer to IntensityDetectCommandBitmapEffect.

For C#/VB examples, refer to IntensityDetectCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also