SizingMethod Attribute | SizingMethod参数属性
| DHTML文档教程 |
Sets or retrieves a value that indicates whether the container is resized to fit the resulting image.
dhtml语法
| HTML | { filter:progid:dximagetransform.microsoft. matrix( sizingmethod = smethod ... ) ... } |
|---|
| scripting | |
|---|
dhtml可能的值
| sMethod | String that
specifies or receives one of the following values.| clip to original | Default. Container is not resized. | | auto expand | Container is resized to fit the resulting image. |
|
The property is read/write.
The property has a default value of
clip to original.
Remarks
Applies To
更多语法参考
scripting filters, Filter Design Considerations