Table of Contents

Class FramesContainerModes

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Provides constants for frames container modes.

public static class FramesContainerModes
Inheritance
FramesContainerModes
Inherited Members

Fields

Stack

Stack mode.

public const string Stack = "stack"

Field Value

string

Tabs

Tabs mode.

public const string Tabs = "tabs"

Field Value

string

Properties

All

Gets all modes in kebab-case format.

public static string[] All { get; }

Property Value

string[]

Names

Gets all modes in PascalCase format.

public static string[] Names { get; }

Property Value

string[]