Xamarin.Android | ComponentOne
C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / ScaleY Property


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