Table of Contents

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

string

ExtraSmall

ExtraSmall.

public const string ExtraSmall = "extrasmall"

Field Value

string

Large

Large.

public const string Large = "large"

Field Value

string

Medium

Medium.

public const string Medium = "medium"

Field Value

string

None

None.

public const string None = "none"

Field Value

string

Small

Small.

public const string Small = "small"

Field Value

string

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[]