Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 890 Bytes

File metadata and controls

15 lines (11 loc) · 890 Bytes

BorderInfo

This class represents border for graphics elements.

Properties

Name Type Description Notes
left GraphInfo Gets or sets a object that indicates left of the border. [optional]
right GraphInfo Gets or sets a object that indicates right of the border. [optional]
top GraphInfo Gets or sets a object that indicates the top border. [optional]
bottom GraphInfo Gets or sets a object that indicates bottom of the border. [optional]
rounded_border_radius float Gets or sets a rouded border radius [optional]

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