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 an enumerated value that indicates which color channels to swap. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

Enumerated value that indicates which color channels to swap.

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