'Declaration <DescriptionAttribute("The number of unique colors in the image.")> <ReadOnlyAttribute(True)> Public ReadOnly Property ColorCount As System.Int32
[Description("The number of unique colors in the image.")] [ReadOnly(True)] public System.Int32 ColorCount { get; }
[Description("The number of unique colors in the image.")] [ReadOnly(True)] public: __property System.Int32 get_ColorCount();
[Description("The number of unique colors in the image.")] [ReadOnly(True)] public:
property System.Int32 ColorCount { System.Int32 get(); }