Click or drag to resize
SimpleTileCurrentFrame Property
Returns an array of frameset frame indexes that represent the current appearance of the tile.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public override int[] CurrentFrame { get; }

Property Value

Type: Int32
Remarks
For a simple single-frame tile this will always be an array of 1. For a compound tile, this will contain multiple frame indexes in sequence from back-most to fore-most on the display.
See Also