Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 733 Bytes

File metadata and controls

14 lines (10 loc) · 733 Bytes

MarginInfo

This class represents a margin for different objects.

Properties

Name Type Description Notes
left float Gets or sets a float value that indicates the left margin. [optional]
right float Gets or sets a float value that indicates the right margin. [optional]
top float Gets or sets a float value that indicates the top margin. [optional]
bottom float Gets or sets a float value that indicates the bottom margin. [optional]

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