Class StandardSizes
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Provides constants for standard sizes.
public static class StandardSizes
- Inheritance
-
StandardSizes
- Inherited Members
Fields
ExtraLarge
ExtraLarge.
public const string ExtraLarge = "extralarge"
Field Value
ExtraSmall
ExtraSmall.
public const string ExtraSmall = "extrasmall"
Field Value
Large
Large.
public const string Large = "large"
Field Value
Medium
Medium.
public const string Medium = "medium"
Field Value
None
None.
public const string None = "none"
Field Value
Small
Small.
public const string Small = "small"
Field Value
Properties
All
Gets all sizes in kebab-case format.
public static string[] All { get; }
Property Value
- string[]
Names
Gets all size in PascalCase format.
public static string[] Names { get; }
Property Value
- string[]