RichTextLabel.customEffects

The currently installed custom effects. This is an array of RichTextEffects. To add a custom effect, it's more convenient to use installEffect.

  1. Array customEffects [@property getter]
  2. Array customEffects [@property setter]
    struct RichTextLabel
    @nogc nothrow @property
    void
    customEffects
    (
    Array v
    )

Meta