Class EditorLayout
Defines the layout regions for the editor interface
public record EditorLayout : IEquatable<EditorLayout>
- Inheritance
-
EditorLayout
- Implements
- Inherited Members
Properties
ContentRegion
public Region ContentRegion { get; init; }
Property Value
ContentWidth
public int ContentWidth { get; init; }
Property Value
StatusRegion
public Region StatusRegion { get; init; }
Property Value
TotalHeight
public int TotalHeight { get; init; }
Property Value
TotalWidth
public int TotalWidth { get; init; }
Property Value
TreeRegion
public Region TreeRegion { get; init; }
Property Value
TreeWidth
public int TreeWidth { get; init; }