| Visual Basic (Declaration) | |
|---|---|
Public Property ColorSpace As ColorThresholdCommandType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ColorThresholdCommand Dim value As ColorThresholdCommandType instance.ColorSpace = value value = instance.ColorSpace | |
| C# | |
|---|---|
public ColorThresholdCommandType ColorSpace {get; set;} | |
| C++/CLI | |
|---|---|
public: property ColorThresholdCommandType ColorSpace { ColorThresholdCommandType get(); void set ( ColorThresholdCommandType value); } | |
Property Value
Value that represents the color space on which the threshold is based.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)
Copy Code