Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / Style Property


In This Topic
    Style Property (FlexGrid)
    In This Topic
    Gets or sets the style of the grid.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("Style")>
    <BrowsableAttribute(True)>
    Public Property Style As GridStyle
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As GridStyle
     
    instance.Style = value
     
    value = instance.Style
    [Foundation.Export("Style")]
    [Browsable(true)]
    public GridStyle Style {get; set;}
    See Also