BBCodeLabel.Margins
From Jeremie Leroy - XOJO Controls Wiki
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.