点击或拖拽改变大小

HtmlContainerIntGetAttributeAt 方法

Get attribute value of element at the given x,y location by given key.
If more than one element exist with the attribute at the location the inner most is returned.

命名空间:  DSkin.Html.Core
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public string GetAttributeAt(
	RPoint location,
	string attribute
)

参数

location
类型:DSkin.Html.Adapters.EntitiesRPoint
the location to find the attribute at
attribute
类型:SystemString
the attribute key to get value by

返回值

类型:String
found attribute value or null if not found
参见