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


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