ScoreFlash PropertiesScoreFlash API Documentation V4.6.0
The ScoreFlash type exposes the following members.
Properties

  NameDescription
Public propertyDefaultScoreFlash
Returns this. Used for the designer mode.
(Overrides ScoreFlashBase DefaultScoreFlash.)
Public propertyInnerAnchor
The inner anchor for this layout instance. See innerAnchor.
(Overrides ScoreFlashBase InnerAnchor.)
Public propertyStatic memberInstance
Provides access to the one Instance of ScoreFlash. This only works reliably if ensureSingleton is true! If you have multiple instances of ScoreFlash, using this will have unpredictable results, use Get(String) in that case instead!
Public propertyIsDesignMode
Is the designer actually switched on?
(Overrides ScoreFlashBase IsDesignMode.)
Public propertyLockInnerAnchor
Is the inner anchor currently locked to the screen alignment? See lockInnerAnchor.
(Overrides ScoreFlashBase LockInnerAnchor.)
Public propertyLockScreenAlign
Shall we lock screen align? See lockScreenAlign.
(Overrides ScoreFlashBase LockScreenAlign.)
Public propertyMaxWidth
The maximum width of the messages. See maxWidth.
(Overrides ScoreFlashBase MaxWidth.)
Public propertyMinPaddingX
The minimum padding of the items. See minPaddingX.
(Overrides ScoreFlashBase MinPaddingX.)
Public propertyPosition
The position offset. See position.
(Overrides ScoreFlashBase Position.)
Public propertyPositionWorld
Always returns null.
(Overrides ScoreFlashBase PositionWorld.)
Public propertyScreenAlign
The screen alignment. See screenAlign.
(Overrides ScoreFlashBase ScreenAlign.)
Public propertySupportsInnerAnchor
Returns true.
(Overrides ScoreFlashBase SupportsInnerAnchor.)
Public propertySupportsScreenAlign
Returns true.
(Overrides ScoreFlashBase SupportsScreenAlign.)
Public propertyTemporaryName
This is used for renaming ScoreFlash instances conveniently from the ScoreFlashManager (if you're using this).
Back to Top
See Also