mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Changed Alignment enum to have distinct values. Updated related code.
This commit is contained in:
@@ -17,9 +17,9 @@ public class TextFormatter
|
||||
private Size _size;
|
||||
private int _tabWidth = 4;
|
||||
private string _text;
|
||||
private Alignment _textAlignment;
|
||||
private Alignment _textAlignment = Alignment.Left;
|
||||
private TextDirection _textDirection;
|
||||
private Alignment _textVerticalAlignment;
|
||||
private Alignment _textVerticalAlignment = Alignment.Top;
|
||||
private bool _wordWrap = true;
|
||||
|
||||
/// <summary>Get or sets the horizontal text alignment.</summary>
|
||||
|
||||
Reference in New Issue
Block a user