Background

public enum Background

Background represents style values for the NatIconButton component, which apply different colors for the icon.

These are all the backgrounds allowed for a NatIconButton:

  • inherit (default)
  • float
  • overlay
  • Undocumented

    Declaration

    Swift

    case float
  • Undocumented

    Declaration

    Swift

    case inherit
  • Undocumented

    Declaration

    Swift

    case overlay