Class RegionNames
Holds region names for UI composition.
Inheritance
System.Object
RegionNames
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Views
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public static class RegionNames
Fields
View SourceDeviceManagementRegion
The device management region.
Declaration
public const string DeviceManagementRegion = "DeviceManagementRegion"
Field Value
Type | Description |
---|---|
System.String |
DocumentsRegion
The tab region for all module UI.
Declaration
public const string DocumentsRegion = "DocumentsRegion"
Field Value
Type | Description |
---|---|
System.String |
OutputRegion
The bottom region meant for the output window.
Declaration
public const string OutputRegion = "OutputRegion"
Field Value
Type | Description |
---|---|
System.String |
TopToolBarRegion
The top menu bar region.
Declaration
public const string TopToolBarRegion = "TopToolbarRegion"
Field Value
Type | Description |
---|---|
System.String |