Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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;}
Managed Extensions for C++ 
public: __property SegmentCommandBitmapEffectsFlags get_Flags();
public: __property void set_Flags( 
   SegmentCommandBitmapEffectsFlags value
);
C++/CLI 
public:
property SegmentCommandBitmapEffectsFlags Flags {
   SegmentCommandBitmapEffectsFlags get();
   void set (SegmentCommandBitmapEffectsFlags value);
}
XAML Attributes Usage 

<object Flags =SegmentCommandBitmapEffectsFlags >

Dependency 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, and Windows Server 2003

See Also