TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / WordWrap Property

In This Topic
    WordWrap Property (Style)
    In This Topic
    Gets or sets whether text should be allowed to wrap within the element.
    Syntax
    'Declaration
     
    
    <CategoryAttribute("Text")>
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("Gets or sets whether text should be allowed to wrap within the element.")>
    Public Property WordWrap As Boolean
    [Category("Text")]
    [DefaultValue(true)]
    [Description("Gets or sets whether text should be allowed to wrap within the element.")]
    public bool WordWrap {get; set;}
    See Also