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 flags that indicate whether colors will be mixed or replaced. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

Value that indicates whether colors will be mixed or replaced.

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