A list of alternative image sources.

Namespace: FiftyOne.Framework.Mobile.Controls
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public class AltImageList : List<AltImage>
Visual Basic
Public Class AltImageList _
	Inherits List(Of AltImage)
Visual C++
public ref class AltImageList : public List<AltImage^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'AltImage>)>)>
    FiftyOne.Framework.Mobile.Controls..::..AltImageList

See Also