Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1CompositeIcon Class / Y Property


In This Topic
    Y Property (C1CompositeIcon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Y As Double
    'Usage
     
    
    Dim instance As C1CompositeIcon
    Dim value As Double
     
    value = instance.Y
    public double Y {get;}
    See Also