NinePatchImage2DMetadata
¶
Defines properties and message types for NinePatchImage2D.
Inherits properties and message types from Node2DMetadata.
NinePatchImage2DMetadata.StretchTypeTopProperty¶ | Sets how to display the top image:
|
NinePatchImage2DMetadata.StretchTypeBottomProperty¶ | Sets how to display the bottom image:
|
NinePatchImage2DMetadata.StretchTypeLeftProperty¶ | Sets how to display the left image:
|
NinePatchImage2DMetadata.StretchTypeRightProperty¶ | Sets how to display the right image:
|
NinePatchImage2DMetadata.StretchTypeCenterProperty¶ | Sets how to display the center image:
|
NinePatchImage2DMetadata.ImageTopLeftProperty¶ | The image to use in the top-left corner. |
NinePatchImage2DMetadata.ImageTopProperty¶ | The image to use in the middle of the top row. |
NinePatchImage2DMetadata.ImageTopRightProperty¶ | The image to use in the top-right corner. |
NinePatchImage2DMetadata.ImageLeftProperty¶ | The image to use in the center-left. |
NinePatchImage2DMetadata.ImageCenterProperty¶ | The image to use in the center. |
NinePatchImage2DMetadata.ImageRightProperty¶ | The image to use in the center-right. |
NinePatchImage2DMetadata.ImageBottomLeftProperty¶ | Image to use in the bottom-left corner. |
NinePatchImage2DMetadata.ImageBottomProperty¶ | The image to use in middle of the bottom row. |
NinePatchImage2DMetadata.ImageBottomRightProperty¶ | The image to use in the bottom-right corner. |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.