public EditorLayoutModel() { this.splitStyle = EditorSplitStyle.None; this.splitRatio = .5; }
public EditorLayoutModel(EditorSplitStyle splitStyle, double splitRatio) { this.splitStyle = splitStyle; this.splitRatio = splitRatio; }