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

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