VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / AnimatedImageViewer Class / AnimationRepeat Property
Синтаксис Требования Смотрите также
В этом разделе
    AnimationRepeat Свойство (AnimatedImageViewer)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли анимация повторяться бесконечно.
    Синтаксис
    '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); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также