'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the animation should be repeated infinitely.")> Public Property InfiniteAnimation As Boolean
[DefaultValue(False)] [Description("A value indicating whether the animation should be repeated infinitely.")] public bool InfiniteAnimation { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the animation should be repeated infinitely.")] public: __property bool get_InfiniteAnimation(); public: __property void set_InfiniteAnimation(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the animation should be repeated infinitely.")] public:
property bool InfiniteAnimation { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.