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 > SegmentCommandBitmapEffect Class : Flags Property





Gets or sets a flag that indicates the color space used in the segmentation.

Syntax

Visual Basic (Declaration) 
Public Property Flags As SegmentCommandBitmapEffectsFlags
Visual Basic (Usage)Copy Code
Dim instance As SegmentCommandBitmapEffect
Dim value As SegmentCommandBitmapEffectsFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public SegmentCommandBitmapEffectsFlags Flags {get; set;}
C++/CLI 
public:
property SegmentCommandBitmapEffectsFlags Flags {
   SegmentCommandBitmapEffectsFlags get();
   void set (SegmentCommandBitmapEffectsFlags value);
}
XAML Attributes Usage 

<object Flags =SegmentCommandBitmapEffectsFlags >

Dependencies Property Information 

Identifier field

FlagsProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Flags =SegmentCommandBitmapEffectsFlags >

Dependencies Property Information 

Identifier field

FlagsProperty

Metadata properties set to true

None

Return Value

Flag that indicates the color space used in the segmentation. For a list of possible values, refer to SegmentCommandBitmapEffectsFlags.

Example

For XAML example, refer to SegmentCommandBitmapEffect.

For C#/VB examples, refer to SegmentCommandBitmapEffect.

Requirements

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

See Also