Skip to main content

参数

any
必填
要索引并赋值的值。对于 Drawing object,会使用 RealDrawingObject __newindex handler。
any
必填
用于赋值的 property key。Drawing object properties 基于 strings。
any
必填
赋给 object[property] 的值。该参数必须提供;nil 仍然是已提供的值。

示例

通过通用属性助手更新绘图属性。