TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / TreeNodeCellStyles Class / WordWrap Property

In This Topic
    WordWrap Property (TreeNodeCellStyles)
    In This Topic
    Gets or sets whether text should be allowed to wrap.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TreeNodeCellStyles.WordWrap", "Gets or sets whether text should be allowed to wrap.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    Public Property WordWrap As Boolean
    [C1Description("TreeNodeCellStyles.WordWrap", "Gets or sets whether text should be allowed to wrap.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    public bool WordWrap {get; set;}
    See Also