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



Gets or sets an array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Components As ColorThresholdCommandComponent()
Visual Basic (Usage)Copy Code
Dim instance As ColorThresholdCommand
Dim value() As ColorThresholdCommandComponent
 
instance.Components = value
 
value = instance.Components
C# 
public ColorThresholdCommandComponent[] Components {get; set;}
C++/CLI 
public:
property array<ColorThresholdCommandComponent^>^ Components {
   array<ColorThresholdCommandComponent^>^ get();
   void set (    array<ColorThresholdCommandComponent^>^ value);
}

Property Value

Array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component.

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