LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Flags Property
See Also 



Flag that indicates the channel being leveled. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

Flag that indicates the channel being leveled.

Example

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also