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