| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ColorCount As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ColorCountCommand Dim value As Integer value = instance.ColorCount | |
| C# | |
|---|---|
public int ColorCount {get;} | |
Property Value
The number of unique colors in an image.Refer to ColorCountCommand.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code