Multiple choice

Which of the following methods in AbstractButton class returns the margin between the button border and the label?

  1. getTextBorderGap()

  2. getBorderLabelMargin()

  3. getMargin()

  4. getTextBorderMargin()

  5. getIconTextGap()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is the correct choice. getMargin() method is present in the AbstractButton class and it is used to get the margin between the button border and the label.