VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfAnimatedImageViewer Class / SetFocusedIndex(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    SetFocusedIndex(Int32) Method (WpfAnimatedImageViewer)
    In This Topic
    Sets the index of focused image when animation started.
    Syntax
    'Declaration
    
    Public Sub SetFocusedIndex( _
    ByVal value
    Value of new focused index.
    As System.Int32 _
    )
    public void SetFocusedIndex(
    System.Int32 value
    )
    public: void SetFocusedIndex(
    System.Int32 value
    )
    public:
    void SetFocusedIndex(
    System.Int32 value
    )

    Parameters

    value
    Value of new focused index.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also