Click or drag to resize

IconFrames Property

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; }

Property Value

Type: IEnumerableIconFrame
The frames of the icon.
See Also