HBCMS更多的中文手册参考:

Dy Attribute | Dy参数属性

DHTML文档教程

Sets or retrieves the Y component of the augmenting vector for linear transformations.

dhtml语法

HTML
{ filter:progid:dximagetransform.microsoft.matrix(
    dy = fdy ... ) ... }
scripting
object.filters.item(
    "dximagetransform.microsoft.matrix").dy [ = fdy ]

dhtml可能的值

fDyFloating-point that specifies or receives of the Y component of the augmenting vector.
1.0Default.

The property is read/write. The property has a default value of 1.0.

Remarks

This property is ignored if the sizingmethod is set to auto expand.

applies to

Matrix

更多语法参考

dx, scripting filters, Filter Design Considerations