'Declaration <DefaultValueAttribute(6)> <DescriptionAttribute("The count of unique colors. Valid values are from 2 to 256.")> Public Property ColorCount As System.Int32
[DefaultValue(6)] [Description("The count of unique colors. Valid values are from 2 to 256.")] public System.Int32 ColorCount { get; set; }
[DefaultValue(6)] [Description("The count of unique colors. Valid values are from 2 to 256.")] public: __property System.Int32 get_ColorCount(); public: __property void set_ColorCount(
System.Int32 value
);
[DefaultValue(6)] [Description("The count of unique colors. Valid values are from 2 to 256.")] public:
property System.Int32 ColorCount { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 2 до 256. Значение по умолчанию: 6.