Icon TAnimatedIconDirection

Unit: WebIcons

TAnimatedIconDirection = (idVertical,idHorizontal)

Available In: Client Applications

The TAnimatedIconDirection enumerated type is used with the TAnimatedIcon component to specify the direction in which the frames of the animated icon are laid out.

ElementDescription
idHorizontalSpecifies that the frames are laid out in a horizontal direction.
idVerticalSpecifies that the frames are laid out in a vertical direction.
Image