BBCodeLabel.Margins

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 14:19, 6 August 2015 by Admin (Talk | contribs) (4 revisions imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Property (As String)
aBBCodeLabel.Margins = newValue
or
StringValue = aBBCodeLabel.Margins


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.