The 9-Patch Image View patch renders a stretchable image. Given an image such as a button, you can specify the insets that determine where the image can be stretched. In this manner, you can create resizeable components that do not get blurry.
Enabled
Turns the view on or off.
Interaction
The port used to link the view to interactions.
Gesture
The port used to link the view to gestures.
Position
The position of the view.
Size
The size of the view.
Rotation
The rotation of the view.
Scale
The scale of the view.
Anchor
The anchor point of the view.
Local Origin
The origin of the interior coordinate system.
Opacity
A normalized value between 0 - 1 that represents the opacity.
View Index
The z-index order of the view.
Masked to Bounds
Masks all subviews within the size of this view.
Image
The input image.
Insets
The insets to apply to the top, left, bottom, and right of the image. Inside of these insets are where the image will be stretched.