Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / ActualWidth Property


In This Topic
    ActualWidth Property
    In This Topic
    Gets the actual width of the column in pixels.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualWidth As Double
    'Usage
     
    
    Dim instance As GridColumn
    Dim value As Double
     
    value = instance.ActualWidth
    public double ActualWidth {get;}
    See Also