Gets the definition for each frame in this icon.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public IEnumerable<IconFrame> Frames { get; }
Public ReadOnly Property Frames As IEnumerable(Of IconFrame)
Get
member Frames : IEnumerable<IconFrame> with get
Property Value
Type:
IEnumerableIconFrameThe frames of the icon.
See Also