'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;}