'Declaration <DescriptionAttribute("Indicates if the text of the grid element should be wrapped.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Shadows Property WordWrap As Boolean
'Usage Dim instance As RowSelector Dim value As Boolean instance.WordWrap = value value = instance.WordWrap
[Description("Indicates if the text of the grid element should be wrapped.")] [Category("Appearance")] [ApplyToDesigner(true)] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public new bool WordWrap {get; set;}