ComponentOne TileControl for WinForms
C1.Win.TileControl.8 Assembly / C1.Win.Tile Namespace / TextElement Class / SingleLine Property

In This Topic
    SingleLine Property (TextElement)
    In This Topic
    Gets or sets whether text should be displayed in a single line.
    Syntax
    'Declaration
     
    
    Public Property SingleLine As Boolean
    public bool SingleLine {get; set;}
    See Also