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


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