点击或拖拽改变大小

FlashBoxTGetPropertyNum 方法

对于由 target 指定的时间轴,返回由 property 指定的属性值(数字)。其中,property 是一个代表相应属 性的编号

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public virtual double TGetPropertyNum(
	string target,
	int property
)

参数

target
类型:SystemString

[缺少 "M:DSkin.Controls.FlashBox.TGetPropertyNum(System.String,System.Int32)" 的 <param name="target"/> 文档]

property
类型:SystemInt32

[缺少 "M:DSkin.Controls.FlashBox.TGetPropertyNum(System.String,System.Int32)" 的 <param name="property"/> 文档]

返回值

类型:Double

[缺少 "M:DSkin.Controls.FlashBox.TGetPropertyNum(System.String,System.Int32)" 的 <returns> 文档]

参见