Difference between revisions of "BBCodeLabel.Margins"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (4 revisions imported) |
(No difference)
|
Latest revision as of 13:19, 6 August 2015
Property (As String)
Summary of all four margins.
- If one value is given, it is applied to all margins.
- If two values are given, the first defines the top and bottom margin, the second value defines the left and right margin.
- If three values are given, the respectively define the top margin, left and right margin, bottom margin.
- If four values are given, they define the top, the right, the bottom and the left margins.
Values must be separated by a space character. This is similar to the Margin property of CSS.