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