IBehaviorProperty

IBehaviorProperty interface

Represent property types for animation behavior. Follows the list of properties from https://msdn.microsoft.com/en-us/library/dd949052(v=office.15).aspx and https://msdn.microsoft.com/en-us/library/documentformat.openxml.presentation.attributename(v=office.15).aspx

public interface IBehaviorProperty

Properties

NameDescription
IsCustom { get; }Shows if this property does not belong to the predefined properties list in the specification: https://msdn.microsoft.com/en-us/library/dd949052(v=office.15).aspx
Value { get; }Value of the property

See Also