Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / ScaleX Property


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