IBehaviorProperty

IBehaviorProperty interface

表示动画行为的属性类型。遵循来自 https://msdn.microsoft.com/en-us/library/dd949052(v=office.15).aspxhttps://msdn.microsoft.com/en-us/library/documentformat.openxml.presentation.attributename(v=office.15).aspx 的属性列表

public interface IBehaviorProperty

Properties

NameDescription
IsCustom { get; }显示该属性是否不属于规范中的预定义属性列表: https://msdn.microsoft.com/en-us/library/dd949052(v=office.15).aspx
Value { get; }属性的值

See Also