点击或拖拽改变大小

HtmlImageLoadEventArgs 属性

HtmlImageLoadEventArgs 类型公开以下成员。

属性
  名称说明
公共属性Attributes
collection of all the attributes that are defined on the image element or CSS style
公共属性Handled
Indicate the image load is handled asynchronously. Cancel this image loading and overwrite the image asynchronously using callback method.
公共属性Src
the source of the image (file path, URL or inline data)
Top
参见