Hierarchy

  • ImageAndroidProps

Methods

Properties

Methods

  • Returns an image with rounded corners. This method returns the original image for iOS.

    Method

    round

    Returns

    UI.Image

    Android

    Since

    2.0.10

    Parameters

    • radius: number

      Corner radius

    Returns IImage<any, MobileOSProps<ImageIOSProps, ImageAndroidProps>>

Properties

systemIcon: string | number

Gets/Sets the systemicon of one of the Android system icons. You can use the numbers located at R.drawable

See

https://developer.android.com/reference/android/R.drawable#constants_1

Returns

UI.Image

Android

Since

2.0.10

Generated using TypeDoc