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


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