Browse Source
TextBox doesn't handle quite a few things yet, scrolling and lines for example.pull/10/head
7 changed files with 56 additions and 2 deletions
@ -0,0 +1,14 @@ |
|||
// -----------------------------------------------------------------------
|
|||
// <copyright file="TextBox.cs" company="Steven Kirk">
|
|||
// Copyright 2014 MIT Licence. See licence.md for more information.
|
|||
// </copyright>
|
|||
// -----------------------------------------------------------------------
|
|||
|
|||
namespace Perspex.Controls |
|||
{ |
|||
public enum TextWrapping |
|||
{ |
|||
NoWrap, |
|||
Wrap |
|||
} |
|||
} |
|||
Loading…
Reference in new issue