Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumn Class / WordWrap Property


In This Topic
    WordWrap Property (GridColumn)
    In This Topic
    Gets or sets a value indicating whether cells in the column wrap their content.
    Syntax
    'Declaration
     
    
    Public Property WordWrap As Boolean
    'Usage
     
    
    Dim instance As GridColumn
    Dim value As Boolean
     
    instance.WordWrap = value
     
    value = instance.WordWrap
    public bool WordWrap {get; set;}
    See Also