Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRow Class / WordWrap Property


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