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.Refer to ColorThresholdCommand()
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)