Hierarchy

  • ImageIOSProps

Methods

  • Returns the image of automatically related to system or application direction.

    Method

    imageFlippedForRightToLeftLayoutDirection

    Ios

    Returns

    UI.Image

    Since

    3.1.3

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

  • Specifies the possible resizing modes for an image.

    Method

    resizableImageWithCapInsetsResizingMode

    Ios

    Returns

    UI.Image

    Since

    1.1.18

    Parameters

    • insets: Rectangle
    • mode: number

       UIImageResizingModeTile = 0
       UIImageResizingModeStretch = 1

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

Properties

renderingMode: RenderingMode

Gets the renderingMode of image.

Ios

Property

Since

3.2.0

flipsForRightToLeftLayoutDirection: boolean

A Boolean value that indicates whether the image should flip in a right-to-left layout.

Ios

Property

Since

3.2.0

Generated using TypeDoc