Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridLength Structure / Value Property


In This Topic
    Value Property (GridLength)
    In This Topic
    Gets the Value of the GridLength.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Double
    'Usage
     
    
    Dim instance As GridLength
    Dim value As Double
     
    value = instance.Value
    public double Value {get;}
    See Also