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



Gets or sets a value that indicates the type of leveling to perform. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

The type of leveling to perform.

Example

Refer to Flag.

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