BOOL PutColourUserProperty(int shape, int nPropID, int Color)
功能:为指定图形修改颜色属性。
Shape:图形ID值
nPropID:属性ID值(自定义,属性ID不能重复)
Color:属性值的颜色值
返回值:修改是否成功,,1表示修改成功,0表示修改不成功