TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewItem Class / TextAlignment Property

In This Topic
    TextAlignment Property
    In This Topic
    Gets or sets a value that indicates the horizontal alignment of text content in the Header.
    Syntax
    'Declaration
     
    
    Public Property TextAlignment As TextAlignment
    public TextAlignment TextAlignment {get; set;}
    See Also