Interface for object that has configurations for style of button.

Hierarchy

Methods

  • Get fill style of Button when state is OFF

    Returns

    Fill style object

    Returns FillStyle

  • Get size of Button when state is OFF

    Returns

    Size of button as Point

    Returns Point

  • Get style of Button when state is OFF

    Returns

    Line style object

    Returns LineStyle

  • Get fill style of Button when state is ON

    Returns

    Fill style object

    Returns FillStyle

  • Get size of Button when state is ON

    Returns

    Size of button as Point

    Returns Point

  • Get style of Button when state is ON

    Returns

    Line style object

    Returns LineStyle

  • Set size of Button when state is OFF

    Returns

    Object itself

    Parameters

    • size: number | Point

      Point or pixel for squared button size

    Returns StylableButton

  • Set size of Button when state is ON

    Returns

    Object itself

    Parameters

    • size: number | Point

      Point or pixel for squared button size

    Returns StylableButton