Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1003 Bytes

File metadata and controls

19 lines (14 loc) · 1003 Bytes

ImageFragment

Represents Image Fragment DTO.

Properties

Name Type Description Notes
imageFile String Gets or sets full storage path of image.
fixWidth Double Gets or sets fix width of the image. [optional]
fixHeight Double Gets or sets fix height of the image. [optional]
horizontalAlignment HorizontalAlignment Gets or sets horizontal alignment of the image. [optional]
verticalAlignment VerticalAlignment Gets or sets vertical alignment of the image. [optional]
imageScale Double Gets or sets ImageScale of the image. [optional]
margin MarginInfo Gets or sets Margin of the image. [optional]

[Back to Model list] [Back to API list] [Back to README]