CustomAnimationBehavior as enum
Description
READ - WRITE
Returns or sets
CustomAnimationBehavior.
C#
public enum
CustomAnimationBehavior
{
Normal,
Static
};
Example
C#
PFPConverter
presConverter = new PFPConverter();
presConverter.Settings.CustomAnimationBehavior =
CustomAnimationBehavior.Static;
VB
Dim
presConverter As New PFPConverter
presConverter.Settings.CustomAnimationBehavior
= CustomAnimationBehavior_Normal
Related Topics