点击或拖拽改变大小

FlashBoxTSetProperty 方法

对于由 target 指定的时间轴,把由 property 指 定的属性设为由 value 指定的值(字符串)。property 是一个 代表相应属性的编号

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

参数

target
类型:SystemString

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

property
类型:SystemInt32

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

value
类型:SystemString

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

参见