Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / ScaleY Property


In This Topic
    ScaleY Property (GridCellsPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property ScaleY As Single
    'Usage
     
    
    Dim instance As GridCellsPanel
    Dim value As Single
     
    instance.ScaleY = value
     
    value = instance.ScaleY
    public virtual float ScaleY {get; set;}
    See Also