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

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

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