Class that manages the display of the center panel of panes in the Main Window
MarkdownMonster.Windows.MainWindowLayoutModel
public class MainWindowLayoutModel : object, INotifyPropertyChanged
Class Members
Member | Description | |
---|---|---|
Constructor |
||
PropertyChanged |
||
FixUpEditorSize |
Fixes Preview Pane sizing when the editor size reaches 0 to avoid preview oversizing which corrupts the Window borders. Call this whenever the window or editor is resized and the preview has to be adjusted. public void FixUpEditorSize() |
|
OnPropertyChanged |
public virtual void OnPropertyChanged(string propertyName) |
|
SetDistractionFreeMode |
public Task SetDistractionFreeMode(bool hide) |
|
SetPresentationMode |
public Task SetPresentationMode(bool hide) |
|
ConsoleText |
||
EditorWidth |
||
IsConsolePanelVisible |
||
IsEditorOpen |
||
IsLeftSidebarVisible |
||
IsPreviewVisible |
||
IsRightSidebarVisible |
||
LeftSidebarSeparatorWidth |
||
LeftSidebarWidth |
||
PreviewSeparatorWidth |
||
PreviewWidth |
||
RightSidebarSeparatorWidth |
||
RightSidebarWidth |
Requirements
Namespace: MarkdownMonster.WindowsAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic