Enum ActionStyle
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Specifies the action style.
public enum ActionStyle
Fields
Danger = 3Danger: Appearance of an action that has a dangerous consequence.
Default = 0Default : Default appearance of an action with no particular consequence.
Ghost = 4Ghost : Default appearance of an action with no particular consequence without background color.
GhostDanger = 7Ghost danger : Appearance of an action that has a dangerous consequence without background color.
GhostPositive = 5Ghost positive : The appearance of an action that has a positive consequence without background color.
GhostPrimary = 6Ghost primary : Appearance of an action that has a significant consequence without background color.
Link = 8Link : Appearance of a link.
Positive = 1Positive: The appearance of an action that has a positive consequence.
Primary = 2Primary: Appearance of an action that has a significant consequence.