Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
XAML Attributes Usage 

<object Channel =IntensityDetectCommandBitmapEffectsFlags >

Dependencies Property Information 

Identifier field

ChannelProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Channel =IntensityDetectCommandBitmapEffectsFlags >

Dependencies 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, Windows Server 2008 family

See Also