Enum BorderSettings
Determines the settings for Border.
[Flags]
public enum BorderSettings
- Extension Methods
Fields
Default = 0The default settings, which uses Single line-drawing glyphs and draws the border flush with the content (i.e., no title or tab, and Thickness of 1 on all sides).
Gradient = 2Use GradientFill to draw the border.
Tab = 4Draw a Tab on one side of the border. The Title will be displayed in the Tab. Configure with TabSide, TabOffset, TabLength.
TerminalTitle = 8If the View is a IRunnable, and IsModal is true, the Terminal's title will be updated using OSC 0..2 terminal title sequences to Title.
Title = 1Show the title.