The ScoreFlashLayout type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| CurrentMessage |
Provides access to the current message, which is always the last message
that was sent through Push(Object) or Push(Object, Color).
You can use this to change the message without going through the animations.
This is usually used together with freezeOnRead.
| |
| DefaultScoreFlash |
Publicly accessibly ScoreFlash instance that this ScoreFlashLayout uses.
If it is not assigned, simply returns ScoreFlash.Instance.
(Overrides ScoreFlashBase DefaultScoreFlash.) | |
| InnerAnchor |
The inner anchor for this layout instance. See innerAnchor.
(Overrides ScoreFlashBase InnerAnchor.) | |
| IsDesignMode |
Is the designer actually switched on? See isDesignMode.
(Overrides ScoreFlashBase IsDesignMode.) | |
| LockInnerAnchor |
Is the inner anchor currently locked to the screen alignment?
See lockInnerAnchor.
(Overrides ScoreFlashBase LockInnerAnchor.) | |
| LockScreenAlign |
Shall we lock screen align? See lockScreenAlign.
(Overrides ScoreFlashBase LockScreenAlign.) | |
| MaxWidth |
The maximum width of the items. See maxWidth.
(Overrides ScoreFlashBase MaxWidth.) | |
| MinPaddingX |
The minimum padding of the items. See minPaddingX.
(Overrides ScoreFlashBase MinPaddingX.) | |
| Position |
The position, see position.
(Overrides ScoreFlashBase Position.) | |
| PositionWorld |
Always return null.
(Overrides ScoreFlashBase PositionWorld.) | |
| ScreenAlign |
The screen align for this layout instance. See screenAlign.
(Overrides ScoreFlashBase ScreenAlign.) | |
| SupportsInnerAnchor |
Returns true.
(Overrides ScoreFlashBase SupportsInnerAnchor.) | |
| SupportsScreenAlign |
Returns true.
(Overrides ScoreFlashBase SupportsScreenAlign.) |
See Also