ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewItem Class / TextWrapping Property



In This Topic
    TextWrapping Property (C1TreeViewItem)
    In This Topic
    Gets or sets a value that indicates how any text should be wrapped in the Header.
    Syntax
    'Declaration
     
    
    Public Property TextWrapping As TextWrapping
    'Usage
     
    
    Dim instance As C1TreeViewItem
    Dim value As TextWrapping
     
    instance.TextWrapping = value
     
    value = instance.TextWrapping
    public TextWrapping TextWrapping {get; set;}
    public:
    property TextWrapping TextWrapping {
       TextWrapping get();
       void set (    TextWrapping value);
    }
    See Also