Difference between revisions of "BBCodeLabel.Margins"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
(No difference)

Latest revision as of 14:19, 6 August 2015

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.