Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UILUTRangeBuilder<BackgroundType>

Interface for UILUTRange builder.

Index

Methods

addStyler

  • Make new Builder with an additional styler.

    Parameters

    Returns this

    New Builder

setAlignment

  • Make new UILUTRangeBuilder with different alignment.

    Parameters

    • alignment: "horizontal" | "vertical"

      Alignment for UILUTRange

    Returns UILUTRangeBuilder

    New UILUTRangeBuilder

setBackground

  • setBackground(newBackground: BackgroundConstructor<NewBackgroundType>): UILUTRangeBuilder<NewBackgroundType>
  • Make new UILUTRangeBuilder with different background

    Type parameters

    • NewBackgroundType: BackgroundType & InternalBackground

    Parameters

    • newBackground: BackgroundConstructor<NewBackgroundType>

      Constructor for desired Background. See UIBackgrounds for a collection of options.

    Returns UILUTRangeBuilder<NewBackgroundType>