'Declaration <DescriptionAttribute("A value indicating whether the animation should be executed in reverse order.")> <DefaultValueAttribute(False)> <CategoryAttribute("VintaSoft")> Public Property AnimationReverse As Boolean
[Description("A value indicating whether the animation should be executed in reverse order.")] [DefaultValue(False)] [Category("VintaSoft")] public bool AnimationReverse { get; set; }
[Description("A value indicating whether the animation should be executed in reverse order.")] [DefaultValue(False)] [Category("VintaSoft")] public: __property bool get_AnimationReverse(); public: __property void set_AnimationReverse(
bool value
);
[Description("A value indicating whether the animation should be executed in reverse order.")] [DefaultValue(False)] [Category("VintaSoft")] public:
property bool AnimationReverse { bool get(); void set(bool value); }