ToastSpriteSheet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a sprite sheet. New in Fall Creators Update.
public sealed class ToastSpriteSheet
type ToastSpriteSheet = class
Public NotInheritable Class ToastSpriteSheet
- Inheritance
-
ToastSpriteSheet
Constructors
ToastSpriteSheet() |
Properties
Fps |
Gets or sets the frames per second at which to animate the sprite sheet. Required value that must be greater than 0 but no larger than 120. |
FrameHeight |
Gets or sets the frame-height of the sprite sheet. Required value that must be greater than 0. |
Source |
Gets or sets the URI of the sprite sheet (Required). Can be from your application package, application data, or the internet. Internet sources must obey the toast image size restrictions. |
StartingFrame |
Gets or sets the starting frame of the sprite sheet. If not specified, it will start at frame zero. |