Table of Contents

Class EditorLayout

Namespace
CLI.CliniCore.Service.Editor
Assembly
CLI.CliniCore.dll

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

Region

ContentWidth

public int ContentWidth { get; init; }

Property Value

int

StatusRegion

public Region StatusRegion { get; init; }

Property Value

Region

TotalHeight

public int TotalHeight { get; init; }

Property Value

int

TotalWidth

public int TotalWidth { get; init; }

Property Value

int

TreeRegion

public Region TreeRegion { get; init; }

Property Value

Region

TreeWidth

public int TreeWidth { get; init; }

Property Value

int