'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A value indicating whether the animation should be repeated infinitely.")> Public Property AnimationRepeat As Boolean
[DefaultValue(False)] [Category("VintaSoft")] [Description("A value indicating whether the animation should be repeated infinitely.")] public bool AnimationRepeat { get; set; }
[DefaultValue(False)] [Category("VintaSoft")] [Description("A value indicating whether the animation should be repeated infinitely.")] public: __property bool get_AnimationRepeat(); public: __property void set_AnimationRepeat(
bool value
);
[DefaultValue(False)] [Category("VintaSoft")] [Description("A value indicating whether the animation should be repeated infinitely.")] public:
property bool AnimationRepeat { bool get(); void set(bool value); }