Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Flags Property
See Also 
Leadtools.Windows.Media.Effects.Color Namespace > RemapIntensityCommandBitmapEffect Class : Flags Property





Flags that indicate the color plane to update, whether to change the high bit and whether RemapIntensityCommandBitmapEffect.LookupTable contains normal or stretched data.

Syntax

Visual Basic (Declaration) 
Public Property Flags As RemapIntensityCommandBitmapEffectsFlags
Visual Basic (Usage)Copy Code
Dim instance As RemapIntensityCommandBitmapEffect
Dim value As RemapIntensityCommandBitmapEffectsFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public RemapIntensityCommandBitmapEffectsFlags Flags {get; set;}
XAML Attributes Usage 

<object Flags =RemapIntensityCommandBitmapEffectsFlags >

Dependencies Property Information 

Identifier field

FlagsProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Flags =RemapIntensityCommandBitmapEffectsFlags >

Dependencies Property Information 

Identifier field

FlagsProperty

Metadata properties set to true

None

Return Value

Value that indicates the color plane to update, whether to change the high bit and whether the RemapIntensityCommandBitmapEffect.LookupTable contains normal or stretched data. For more information, refer to RemapIntensityCommandBitmapEffectsFlags.

Example

For XAML example, refer to RemapIntensityCommandBitmapEffect.

For C#/VB examples, refer to RemapIntensityCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also