Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1007 Bytes

File metadata and controls

17 lines (13 loc) · 1007 Bytes

ImageFragment

Represents Image Fragment DTO.

Properties

Name Type Description Notes
image_file str Gets or sets full storage path of image.
fix_width float Gets or sets fix width of the image. [optional]
fix_height float Gets or sets fix height of the image. [optional]
horizontal_alignment HorizontalAlignment Gets or sets horizontal alignment of the image. [optional]
vertical_alignment VerticalAlignment Gets or sets vertical alignment of the image. [optional]
image_scale float 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]